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