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 */ }