Module window_function

Module window_function 

Source

Modules§

window_state_snapshot
Nested message and enum types in WindowStateSnapshot.

Structs§

DenseRankState
State for the dense_rank window function.
RankState
State for the rank window function.
RowNumberState
State for the row_number window function.
StateKey
Serialized form of a StateKey stored in a WindowStateSnapshot. Both fields are opaque binary blobs; the order_key is MemcmpEncoded and the pk is serialized by OrderedRowSerde in the executor.
WindowStateSnapshot
Persisted snapshot of a window function state, stored per partition per window call in the intermediate_state_table.

Type Aliases§

PbDenseRankState
PbRankState
PbRowNumberState
PbStateKey
PbWindowStateSnapshot