Package org.apache.flink.table.runtime.operators.aggregate.window.combines
-
Class Summary Class Description AggCombiner An implementation ofRecordsCombinerthat accumulates input records into the window accumulator state.AggCombiner.Factory Factory to createAggCombiner.GlobalAggCombiner An implementation ofRecordsCombinerthat accumulates local accumulators records into the window accumulator state.GlobalAggCombiner.Factory Factory to createGlobalAggCombiner.LocalAggCombiner An implementation ofRecordsCombinerthat accumulates input records into local accumulators.LocalAggCombiner.Factory Factory to createLocalAggCombiner.