Uses of Class
org.teiid.query.processor.relational.MergeJoinStrategy

Packages that use MergeJoinStrategy
org.teiid.query.processor.relational   
 

Uses of MergeJoinStrategy in org.teiid.query.processor.relational
 

Subclasses of MergeJoinStrategy in org.teiid.query.processor.relational
 class NestedLoopJoinStrategy
          Nested loop is currently implemented as a degenerate case of merge join.
 class PartitionedSortJoin
          Extends the basic fully sorted merge join to check for conditions necessary to not fully sort one of the sides Will be used for inner joins and only if both sorts are not required.
 

Methods in org.teiid.query.processor.relational that return MergeJoinStrategy
 MergeJoinStrategy MergeJoinStrategy.clone()
           
 



Copyright © 2010. All Rights Reserved.