Structs§
- Function
- A function call
- MapEntry
- Op
- A reference to an operator.
- Subscript
Position - Window
Frame - Specifies the data processed by a window function, e.g.
RANGE UNBOUNDED PRECEDING
orROWS BETWEEN 5 PRECEDING AND CURRENT ROW
. - Window
Spec - A window specification (i.e.
OVER (PARTITION BY .. ORDER BY .. etc.)
) Includes potential IGNORE NULLS or RESPECT NULLS from before the OVER clause.
Enums§
- Expr
- An SQL expression of any type.
- Function
Args - Arguments for a function call.
- Homogenizing
Function - IsExpr
Construct - Window
Frame Bound - Specifies WindowFrame’s
start_bound
andend_bound
- Window
Frame Units