Module datafusion_physical_expr::window
source · Structs§
- A window expr that takes the form of a
BuiltInWindowFunctionExpr
. - A window expr that takes the form of an aggregate function.
- A window expr that takes the form of an aggregate function that can be incrementally computed over sliding windows.
Enums§
- Tag to differentiate special use cases of the NTH_VALUE built-in window function.
Traits§
- Evaluates a window function by instantiating a
[PartitionEvaluator]
for calculating the function’s output in that partition. - Common trait for window function implementations
Type Aliases§
- The IndexMap (i.e. an ordered HashMap) where record batches are separated for each partition.
- Key for IndexMap for each unique partition