Class LocalAggCombiner.Factory
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.aggregate.window.combines.LocalAggCombiner.Factory
-
- All Implemented Interfaces:
Serializable,RecordsCombiner.LocalFactory
- Enclosing class:
- LocalAggCombiner
public static final class LocalAggCombiner.Factory extends Object implements RecordsCombiner.LocalFactory
Factory to createLocalAggCombiner.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Factory(GeneratedNamespaceAggsHandleFunction<Long> genAggsHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordsCombinercreateRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext, org.apache.flink.util.Collector<org.apache.flink.table.data.RowData> collector)
-
-
-
Constructor Detail
-
Factory
public Factory(GeneratedNamespaceAggsHandleFunction<Long> genAggsHandler)
-
-
Method Detail
-
createRecordsCombiner
public RecordsCombiner createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext, org.apache.flink.util.Collector<org.apache.flink.table.data.RowData> collector) throws Exception
- Specified by:
createRecordsCombinerin interfaceRecordsCombiner.LocalFactory- Throws:
Exception
-
-