| Interface | Description |
|---|---|
| HashJoinProbe | |
| JoinWorker | |
| NestedLoopJoin |
Interface for the nested loop join operator.
|
| Class | Description |
|---|---|
| HashJoinBatch | |
| HashJoinBatchCreator | |
| HashJoinHelper | |
| HashJoinProbeTemplate | |
| JoinStatus |
Maintain join state.
|
| JoinTemplate |
Merge Join implementation using RecordIterator.
|
| JoinUtils | |
| MergeJoinBatch |
A join operator merges two sorted streams using record iterator.
|
| MergeJoinCreator | |
| NestedLoopJoinBatch | |
| NestedLoopJoinBatchCreator | |
| NestedLoopJoinTemplate |
| Enum | Description |
|---|---|
| HashJoinBatch.Metric | |
| HashJoinProbe.ProbeState | |
| JoinUtils.JoinCategory | |
| JoinWorker.JoinOutcome |
Copyright © 2017 The Apache Software Foundation. All rights reserved.