Type Alias datafusion_physical_expr::LexOrdering
source · 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 */ }