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