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