Expand description
Stream windowing functions: tumbling, sliding, and session windows.
Provides stateless window computation over ordered time-series data points.
Structs§
- Data
Point - A single data point in a stream.
- Window
- A window containing zero or more data points.
- Window
Aggregation - Aggregated statistics for a single window.
- Window
Function - Stateless windowing utility.
- Window
Result - Result of applying a window function to a data stream.
Enums§
- Window
Type - Specifies how windows are formed.