pub(crate) type LexOrdering = Vec<OrderByExpr>;
This type defines a lexicographical ordering.
pub(crate) struct LexOrdering { /* private fields */ }