Values.SchemaUnionSourceA union of schema types.
type nonrec t = {tabularSchemaConfig : SchemaDefinition.t option;The configuration for a schema on a tabular Dataset.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of ColumnName.t
| `Structure of
(string
* [> `Enum of string | `String of ColumnName.t ])
list ]
list ])
list ])
list ]