Expand description
Logical Expr types and traits for DataFusion
This crate contains types and traits that are used by both Logical and Physical expressions. They are kept in their own crate to avoid physical expressions depending on logical expressions.
Modules§
- Accumulator module contains the trait definition for aggregation function’s accumulators.
ColumnarValue
represents the result of evaluating an expression.- Vectorized
GroupsAccumulator
- Interval arithmetic library
- Signature module contains foundational types that are used to represent signatures, types, and return types of functions in DataFusion.