Structs§
- 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.
- A window expr that takes the form of a
StandardWindowFunctionExpr
.
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§
- Built
InWindow Expr Deprecated - Built
InWindow Function Expr Deprecated - The IndexMap (i.e. an ordered HashMap) where record batches are separated for each partition.
- Key for IndexMap for each unique partition