Class GeneralWindowProcessFunction<K,W extends Window>

java.lang.Object
org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction<K,W>
org.apache.flink.table.runtime.operators.window.groupwindow.internal.GeneralWindowProcessFunction<K,W>
Type Parameters:
W - The type of Window that assigner assigns.
All Implemented Interfaces:
Serializable

public class GeneralWindowProcessFunction<K,W extends Window> extends InternalWindowProcessFunction<K,W>
The general implementation of InternalWindowProcessFunction. The GroupWindowAssigner should be a regular assigner without implement PanedWindowAssigner or MergingWindowAssigner.
See Also: