pub type LexOrderingRef<'a> = &'a [PhysicalSortExpr];Expand description
LexOrderingRef is an alias for the type &[PhysicalSortExpr], which represents
a reference to a lexicographical ordering.
pub type LexOrderingRef<'a> = &'a [PhysicalSortExpr];LexOrderingRef is an alias for the type &[PhysicalSortExpr], which represents
a reference to a lexicographical ordering.