blob: 193c62c5b83a6905ad2a3a7ca833f35847d5f722 [file] [log] [blame]
--! qt:dataset:src
set hive.fetch.task.conversion=more;
DESCRIBE FUNCTION named_struct;
DESCRIBE FUNCTION EXTENDED named_struct;
EXPLAIN
SELECT named_struct("foo", 1, "bar", 2),
named_struct("foo", 1, "bar", 2).foo FROM src tablesample (1 rows);
SELECT named_struct("foo", 1, "bar", 2),
named_struct("foo", 1, "bar", 2).foo FROM src tablesample (1 rows);