Details
-
New Feature
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
Impala 2.5.0
-
None
-
None
Description
Hive's named_struct function is useful for projections of the type:
select min(named_struct(
'col1', `sometable`.`col1`,
'col2', `sometable`.`col2`,
'col3', `sometable`.`col3`
)) `named_struct`
FROM
`event`.`sometable` where dt='2010-01-01'
Can we have an equivalent in Impala
Attachments
Issue Links
- relates to
-
IMPALA-4515 INSERT support for nested / complex types for Parquet
- Open