Uses of Class
org.apache.drill.exec.physical.impl.join.NestedLoopJoinBatch
Packages that use NestedLoopJoinBatch
-
Uses of NestedLoopJoinBatch in org.apache.drill.exec.physical.impl.join
Methods in org.apache.drill.exec.physical.impl.join that return NestedLoopJoinBatchModifier and TypeMethodDescriptionNestedLoopJoinBatchCreator.getBatch
(ExecutorFragmentContext context, NestedLoopJoinPOP config, List<RecordBatch> children) Methods in org.apache.drill.exec.physical.impl.join with parameters of type NestedLoopJoinBatchModifier and TypeMethodDescriptionvoid
NestedLoopJoin.setupNestedLoopJoin
(FragmentContext context, RecordBatch left, ExpandableHyperContainer rightContainer, LinkedList<Integer> rightCounts, NestedLoopJoinBatch outgoing) void
NestedLoopJoinTemplate.setupNestedLoopJoin
(FragmentContext context, RecordBatch left, ExpandableHyperContainer rightContainer, LinkedList<Integer> rightCounts, NestedLoopJoinBatch outgoing) Method initializes necessary state and invokes the doSetup() to set the input and output value vector references.