Expand description
Sort expressions
Structs§
LexOrderingcontains aVec<PhysicalSortExpr>, which represents a lexicographical ordering.LexRequirementis an struct containing aVec<PhysicalSortRequirement>, which represents a lexicographical ordering requirement.- Represents Sort operation for a column in a RecordBatch
- Represents sort requirement associated with a plan
Functions§
- Writes a list of
PhysicalSortRequirements to astd::fmt::Formatter.
Type Aliases§
LexOrderingRefis an alias for the type &[PhysicalSortExpr], which represents a reference to a lexicographical ordering.LexRequirementRefis an alias for the type &[PhysicalSortRequirement], which represents a reference to a lexicographical ordering requirement.