Uses of Class
com.metamatrix.query.processor.relational.MergeJoinStrategy

Packages that use MergeJoinStrategy
com.metamatrix.query.processor.relational   
 

Uses of MergeJoinStrategy in com.metamatrix.query.processor.relational
 

Subclasses of MergeJoinStrategy in com.metamatrix.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.
 



Copyright © 2009. All Rights Reserved.