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 a RecordsCombiner used for combining at local stage.
  • Method Summary

    Modifier and Type
    Method
    Description
    createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext, org.apache.flink.util.Collector<org.apache.flink.table.data.RowData> collector)
     
  • Method Details

    • 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