Re-exports

Modules

Macros

Structs

Enums

  • Describes how many rows should be emitted during grouping.

Traits

  • GroupAccumulator implements a single aggregate (e.g. AVG) and stores the state for all groups internally.
  • Expression that can be evaluated against a RecordBatch A Physical expression knows its type, nullability and how to evaluate itself.

Functions

  • Attempts to refine column boundaries and compute a selectivity value.

Type Definitions

  • LexOrdering is a type alias for lexicographical ordering definitionVec<PhysicalSortExpr>
  • LexOrderingRef is a type alias for lexicographical ordering reference &[PhysicalSortExpr]
  • LexOrderingReq is a type alias for lexicographical ordering requirement definitionVec<PhysicalSortRequirement>
  • Shared PhysicalExpr.