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