Class StatisticsAggBatchCreator
java.lang.Object
org.apache.drill.exec.physical.impl.statistics.StatisticsAggBatchCreator
- All Implemented Interfaces:
- BatchCreator<StatisticsAggregate>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBatch(ExecutorFragmentContext context, StatisticsAggregate config, List<RecordBatch> children) 
- 
Constructor Details- 
StatisticsAggBatchCreatorpublic StatisticsAggBatchCreator()
 
- 
- 
Method Details- 
getBatchpublic CloseableRecordBatch getBatch(ExecutorFragmentContext context, StatisticsAggregate config, List<RecordBatch> children) throws ExecutionSetupException - Specified by:
- getBatchin interface- BatchCreator<StatisticsAggregate>
- Throws:
- ExecutionSetupException
 
 
-