Values_1.ComparativeOrderSourceA structure that represents a comparative order.
type nonrec t = {useOrdering : ColumnOrderingType.t option;The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER, LESSER_IS_BETTER and SPECIFIED.
*)specifedOrder : StringList.t option;The list of columns to be used in the ordering.
*)treatUndefinedSpecifiedValues : UndefinedSpecifiedValueType.t option;The treat of undefined specified values. Valid values for this structure are LEAST and MOST.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Values_0.String_.t ] list ])
list ]