datafusion_physical_expr_common

Module sort_expr

Source
Expand description

Sort expressions

Structs§

  • LexOrdering contains a Vec<PhysicalSortExpr>, which represents a lexicographical ordering.
  • LexRequirement is an struct containing a Vec<PhysicalSortRequirement>, which represents a lexicographical ordering requirement.
  • Represents Sort operation for a column in a RecordBatch
  • Represents sort requirement associated with a plan

Functions§

Type Aliases§

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