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