ReferenceSQL FunctionsStructVersion: Stable-3.5Struct ποΈ named_structCreates a struct with the specified field names and values.ποΈ rowCreates 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,....
ποΈ rowCreates 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,....