ποΈ named_struct
Creates a struct with the specified field names and values.
ποΈ row
Creates a named STRUCT or ROW value from the given values. It supports unnamed struct. You do not need to specify the field names. StarRocks automatically generates column names, such as col1, col2,....