Interface RecordsCombiner.LocalFactory
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
LocalAggCombiner.Factory
- Enclosing interface:
- RecordsCombiner
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface RecordsCombiner.LocalFactory extends Serializable
A factory that creates aRecordsCombinerused for combining at local stage.
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-
-
-
Method Detail
-
createRecordsCombiner
RecordsCombiner createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext, org.apache.flink.util.Collector<org.apache.flink.table.data.RowData> collector) throws Exception
- Throws:
Exception
-
-