ReferenceSQL FunctionsStructVersion: 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,....