Values_0.OrderSourceSpecifies the sort order of a sorted column.
type nonrec t = {column : NameString.t;The name of the column.
*)sortOrder : IntegerFlag.t;Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of IntegerFlag.t | `String of NameString.t ]) list ]