Skip to main content

Module window_function

Module window_function 

Source
Expand description

Stream windowing functions: tumbling, sliding, and session windows.

Provides stateless window computation over ordered time-series data points.

Structs§

DataPoint
A single data point in a stream.
Window
A window containing zero or more data points.
WindowAggregation
Aggregated statistics for a single window.
WindowFunction
Stateless windowing utility.
WindowResult
Result of applying a window function to a data stream.

Enums§

WindowType
Specifies how windows are formed.