Values.ExpressionStatusSourceThe value of an Expression and its current status.
type nonrec t = {options : Expression.t option;The expression that is evaluated for sorting while processing a search request.
*)status : OptionStatus.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `String of StandardName.t
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]