Type Alias datafusion_physical_expr::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.