java.lang.Object
org.apache.flink.table.runtime.operators.aggregate.window.combines.GlobalAggCombiner
All Implemented Interfaces:
RecordsCombiner

public class GlobalAggCombiner extends Object implements RecordsCombiner
An implementation of RecordsCombiner that accumulates local accumulators records into the window accumulator state.

Note: this only supports event-time window.