Expand description
Type-safe window functions
Structs§
- Aggregate
Window - Aggregate window functions (SUM, AVG, etc. with OVER clause)
- Dense
Rank - DENSE_RANK() window function
- Lag
- LAG() window function
- Lead
- LEAD() window function
- Rank
- RANK() window function
- RowNumber
- ROW_NUMBER() window function
- Window
Expr - Window function expression
- Window
Frame - Window frame specification
- Window
Spec - Window specification builder
Enums§
- Frame
Boundary - Window frame boundary
- Frame
Mode - Window frame mode
Traits§
- Window
Function - Window function trait
Functions§
- dense_
rank - lag
- lead
- rank
- row_
number - Helper functions for creating window functions