Values.RowSourceThe rows that make up a query result table.
type nonrec t = {data : DatumList.t option;The data that populates a row in a query result table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of DatumString.t ]) list ]
list ])
list ]