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

public class AggCombiner extends Object implements RecordsCombiner
An implementation of RecordsCombiner that accumulates input records into the window accumulator state.