Values_0.ColumnSourceA column in a Table.
type nonrec t = {name : NameString.t;The name of the Column.
*)type_ : ColumnTypeString.t option;The data type of the Column.
*)comment : CommentString.t option;A free-form text comment.
*)parameters : ParametersMap.t option;These key-value pairs define properties associated with the column.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of KeyString.t ]
* [> `String of ParametersMapValue.t ])
list
| `String of NameString.t ])
list ]