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