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