Expand description
Sort expressions
Structs§
LexOrdering
contains aVec<PhysicalSortExpr>
, which represents a lexicographical ordering.LexRequirement
is 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
PhysicalSortRequirement
s to astd::fmt::Formatter
.
Type Aliases§
LexOrderingRef
is an alias for the type &[PhysicalSortExpr]
, which represents a reference to a lexicographical ordering.LexRequirementRef
is an alias for the type &[PhysicalSortRequirement]
, which represents a reference to a lexicographical ordering requirement.