Type Alias datafusion_physical_expr::LexOrderingRef
source · pub type LexOrderingRef<'a> = &'a [PhysicalSortExpr];
Expand description
LexOrderingRef
is a type alias for lexicographical ordering reference &[PhysicalSortExpr]
pub type LexOrderingRef<'a> = &'a [PhysicalSortExpr];
LexOrderingRef
is a type alias for lexicographical ordering reference &[PhysicalSortExpr]