Skip to main content

Module window

Module window 

Source
Expand description

Type-safe window functions

Structs§

AggregateWindow
Aggregate window functions (SUM, AVG, etc. with OVER clause)
DenseRank
DENSE_RANK() window function
Lag
LAG() window function
Lead
LEAD() window function
Rank
RANK() window function
RowNumber
ROW_NUMBER() window function
WindowExpr
Window function expression
WindowFrame
Window frame specification
WindowSpec
Window specification builder

Enums§

FrameBoundary
Window frame boundary
FrameMode
Window frame mode

Traits§

WindowFunction
Window function trait

Functions§

dense_rank
lag
lead
rank
row_number
Helper functions for creating window functions