Details
Description
struct(val1, val2, val3, ...)
Creates a struct with the given field values. Struct field names will be col1, col2, ....
named_struct(name1, val1, name2, val2, ...)
Creates a struct with the given field names and values. (As of Hive 0.8.0.)