datafusion_physical_expr

Type Alias LexOrderingRef

Source
pub type LexOrderingRef<'a> = &'a [PhysicalSortExpr];
Expand description

LexOrderingRef is an alias for the type &[PhysicalSortExpr], which represents a reference to a lexicographical ordering.