| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.join |
| Modifier and Type | Method and Description |
|---|---|
NestedLoopJoinBatch |
NestedLoopJoinBatchCreator.getBatch(ExecutorFragmentContext context,
NestedLoopJoinPOP config,
List<RecordBatch> children) |
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.