Package | Description |
---|---|
org.teiid.query.processor.relational |
Modifier and Type | Class and Description |
---|---|
class |
EnhancedSortMergeJoinStrategy
Extends the basic fully sorted merge join to check for conditions necessary
to not fully sort one of the sides.
|
class |
MergeJoinStrategy
MergeJoinStrategy supports generalized Full, Left Outer, and Inner Joins (containing non-equi join criteria) as long as there
is at least one equi-join criteria
Additionally supports Semi and Anti-Semi Joins.
|
class |
NestedLoopJoinStrategy
Nested loop is currently implemented as a degenerate case of merge join.
|
class |
NestedTableJoinStrategy
Variation of a nested loop join that handles nested tables
|
Modifier and Type | Method and Description |
---|---|
abstract JoinStrategy |
JoinStrategy.clone() |
JoinStrategy |
JoinNode.getJoinStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
JoinNode.setJoinStrategy(JoinStrategy joinStrategy) |
Copyright © 2019. All rights reserved.