Expand description
Sort expressions
Structs§
- LexOrdering
LexOrdering
contains aVec<PhysicalSortExpr>
, which represents a lexicographical ordering.- LexRequirement
LexRequirement
is an struct containing aVec<PhysicalSortRequirement>
, which represents a lexicographical ordering requirement.- Physical
Sort Expr - Represents Sort operation for a column in a RecordBatch
- Physical
Sort Requirement - Represents sort requirement associated with a plan
Functions§
- format_
physical_ sort_ requirement_ list - Writes a list of
PhysicalSortRequirement
s to astd::fmt::Formatter
.
Type Aliases§
- LexOrdering
Ref Deprecated LexOrderingRef
is an alias for the type &[PhysicalSortExpr]
, which represents a reference to a lexicographical ordering.- LexRequirement
Ref LexRequirementRef
is an alias for the type &[PhysicalSortRequirement]
, which represents a reference to a lexicographical ordering requirement. #[deprecated(since = “43.0.0”, note = “use &LexRequirement instead”)]