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