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