Modules§
- window_
state_ snapshot - Nested message and enum types in
WindowStateSnapshot.
Structs§
- Dense
Rank State - State for the dense_rank window function.
- Rank
State - State for the rank window function.
- RowNumber
State - State for the row_number window function.
- State
Key - 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.
- Window
State Snapshot - Persisted snapshot of a window function state, stored per partition per window call in the intermediate_state_table.