| AggregateWindowOperator<K,W extends Window> |
|
| CountWindow |
A Window that represents a count window.
|
| CountWindow.Serializer |
The serializer used to write the CountWindow type.
|
| CountWindow.Serializer.CountWindowSerializerSnapshot |
Serializer configuration snapshot for compatibility and format evolution.
|
| TableAggregateWindowOperator<K,W extends Window> |
|
| TimeWindow |
A Window that represents a time interval from start (inclusive) to end
(exclusive).
|
| TimeWindow.Serializer |
The serializer used to write the TimeWindow type.
|
| TimeWindow.Serializer.TimeWindowSerializerSnapshot |
Serializer configuration snapshot for compatibility and format evolution.
|
| Window |
A Window is a grouping of elements into finite buckets.
|
| WindowOperator<K,W extends Window> |
|
| WindowOperatorBuilder |
|
| WindowOperatorBuilder.AggregateWindowOperatorBuilder |
|
| WindowOperatorBuilder.TableAggregateWindowOperatorBuilder |
|
| WindowTableFunctionOperator |
The operator acts as a table-valued function to assign windows for input row.
|