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§
- LexOrdering
Ref Deprecated 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. #[deprecated(since = “43.0.0”, note = “use &LexRequirement instead”)]