Uses of Class
org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
-
Packages that use WindowsGrouping Package Description org.apache.flink.table.runtime.operators.window.grouping -
-
Uses of WindowsGrouping in org.apache.flink.table.runtime.operators.window.grouping
Subclasses of WindowsGrouping in org.apache.flink.table.runtime.operators.window.grouping Modifier and Type Class Description classHeapWindowsGroupingA jvm heap implementation ofWindowsGrouping, which uses a linked list to buffer all the inputs of a keyed group belonging to the same window.
-