Uses of Interface
org.apache.flink.table.runtime.operators.window.internal.MergingWindowSet.MergeFunction
-
Packages that use MergingWindowSet.MergeFunction Package Description org.apache.flink.table.runtime.operators.window.internal -
-
Uses of MergingWindowSet.MergeFunction in org.apache.flink.table.runtime.operators.window.internal
Methods in org.apache.flink.table.runtime.operators.window.internal with parameters of type MergingWindowSet.MergeFunction Modifier and Type Method Description WMergingWindowSet. addWindow(W newWindow, MergingWindowSet.MergeFunction<W> mergeFunction)Adds a newWindowto the set of in-flight windows.
-