pub type LexOrdering = Vec<PhysicalSortExpr>;
Expand description
LexOrdering
is an alias for the type Vec<PhysicalSortExpr>
, which represents
a lexicographical ordering.
Aliased Typeยง
struct LexOrdering { /* private fields */ }
pub type LexOrdering = Vec<PhysicalSortExpr>;
LexOrdering
is an alias for the type Vec<PhysicalSortExpr>
, which represents
a lexicographical ordering.
struct LexOrdering { /* private fields */ }