inline
inline 介绍
inline(expr) - 将结构体数组展开成表格。默认使用列名 col1、col2 等,除非另有指定。
Examples:
> SELECT inline(array(struct(1, 'a'), struct(2, 'b')));
1 a
2 b
Since: 2.0.0
inline(expr) - 将结构体数组展开成表格。默认使用列名 col1、col2 等,除非另有指定。
Examples:
> SELECT inline(array(struct(1, 'a'), struct(2, 'b')));
1 a
2 b
Since: 2.0.0