Package org.apache.flink.table.runtime.operators.window.grouping
-
Class Summary Class Description HeapWindowsGrouping A jvm heap implementation ofWindowsGrouping, which uses a linked list to buffer all the inputs of a keyed group belonging to the same window.WindowsGrouping Assigning windows from the sorted input buffers.