Uses of Class
org.teiid.query.processor.relational.MergeJoinStrategy
-
Packages that use MergeJoinStrategy Package Description org.teiid.query.processor.relational -
-
Uses of MergeJoinStrategy in org.teiid.query.processor.relational
Subclasses of MergeJoinStrategy in org.teiid.query.processor.relational Modifier and Type Class Description class
EnhancedSortMergeJoinStrategy
Extends the basic fully sorted merge join to check for conditions necessary to not fully sort one of the sides.class
NestedLoopJoinStrategy
Nested loop is currently implemented as a degenerate case of merge join.Methods in org.teiid.query.processor.relational that return MergeJoinStrategy Modifier and Type Method Description MergeJoinStrategy
MergeJoinStrategy. clone()
MergeJoinStrategy
MergeJoinStrategy. singleMatch(boolean b)
Optional flag for a left outer join to enforce the single row restriction of a scalar subquery
-