📄️ named_struct
根据给定的字段名和字段值来构建 STRUCT。该参数支持 named struct,使用该函数时需要指定字段名称。
📄️ row
根据给定的一个或多个值来构建 STRUCT。该函数支持 unnamed struct,使用该函数时无需指定字段名,StarRocks 会自动生成字段名,例如 col1, col2,...。
AI generated answers are based on docs and other sources. Please test answers in non-production environments.