Package org.apache.flink.table.runtime.operators.window
-
Interface Summary Interface Description MergeCallback<W,R> Callback to be used in when merging slices or windows for specifying which slices or windows should be merged. -
Class Summary Class Description CountWindow AWindow
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.TimeWindow TimeWindow.Serializer The serializer used to write the TimeWindow type.TimeWindow.Serializer.TimeWindowSerializerSnapshot Serializer configuration snapshot for compatibility and format evolution.Window AWindow
is a grouping of elements into finite buckets.