Package org.apache.flink.table.runtime.operators.aggregate.window.combines
package org.apache.flink.table.runtime.operators.aggregate.window.combines
-
ClassesClassDescriptionAn implementation of
RecordsCombinerthat accumulates input records into the window accumulator state.Factory to createAggCombiner.An implementation ofRecordsCombinerthat accumulates local accumulators records into the window accumulator state.Factory to createGlobalAggCombiner.An implementation ofRecordsCombinerthat accumulates input records into local accumulators.Factory to createLocalAggCombiner.