Expand description
Window function specification and evaluation.
Evaluated after sort, before projection. Each spec produces a new column appended to every row (e.g., ROW_NUMBER, RANK, SUM OVER).
Structs§
- Window
Frame - Window frame: defines which rows within the partition are visible to the function.
- Window
Func Spec - A window function specification.
Enums§
- Frame
Bound - Window frame boundary.
Functions§
- evaluate_
window_ functions - Evaluate window functions over sorted, partitioned rows.