Values_1.ColumnGroupSchemaSourceThe column group schema.
type nonrec t = {name : Values_0.String_.t option;The name of the column group schema.
*)columnGroupColumnSchemaList : ColumnGroupColumnSchemaList.t option;A structure containing the list of schemas for column group columns.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Values_0.String_.t ]) list ]
list
| `String of Values_0.String_.t ])
list ]