Class StatisticsMergeBatchCreator
java.lang.Object
org.apache.drill.exec.physical.impl.statistics.StatisticsMergeBatchCreator
- All Implemented Interfaces:
BatchCreator<StatisticsMerge>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBatch
(ExecutorFragmentContext context, StatisticsMerge config, List<RecordBatch> children)
-
Constructor Details
-
StatisticsMergeBatchCreator
public StatisticsMergeBatchCreator()
-
-
Method Details
-
getBatch
public CloseableRecordBatch getBatch(ExecutorFragmentContext context, StatisticsMerge config, List<RecordBatch> children) throws ExecutionSetupException - Specified by:
getBatch
in interfaceBatchCreator<StatisticsMerge>
- Throws:
ExecutionSetupException
-