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 create
LocalAggCombiner.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext, org.apache.flink.util.Collector<org.apache.flink.table.data.RowData> collector)
-
Constructor Details
-
Factory
-
-
Method Details
-
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
-