datafusion_physical_expr

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