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