Uses of Package
org.teiid.query.processor.relational

Packages that use org.teiid.query.processor.relational
org.teiid.query.optimizer.relational   
org.teiid.query.optimizer.relational.rules   
org.teiid.query.processor.relational   
 

Classes in org.teiid.query.processor.relational used by org.teiid.query.optimizer.relational
RelationalNode
           
RelationalPlan
           
 

Classes in org.teiid.query.processor.relational used by org.teiid.query.optimizer.relational.rules
JoinNode.JoinStrategyType
           
 

Classes in org.teiid.query.processor.relational used by org.teiid.query.processor.relational
AccessNode
           
DependentCriteriaProcessor
           
DependentCriteriaProcessor.SetState
           
InsertPlanExecutionNode
           
JoinNode
           
JoinNode.JoinStrategyType
           
JoinStrategy
           
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.
MergeJoinStrategy.SortOption
           
NestedLoopJoinStrategy
          Nested loop is currently implemented as a degenerate case of merge join.
NestedTableJoinStrategy
          Variation of a nested loop join that handles nested tables
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.
PlanExecutionNode
           
ProjectIntoNode.Mode
           
ProjectNode
           
RelationalNode
           
RelationalNodeStatistics
           
RelationalPlan
           
SelectNode
           
SortNode
           
SortUtility.Mode
           
SubqueryAwareEvaluator
          This utility handles the work of processing a subquery; certain types of processor nodes will use an instance of this class to do that work.
SubqueryAwareRelationalNode
           
TextTableNode
          Handles text file processing.
XMLTableNode
          Handles xml table processing.
 



Copyright © 2010. All Rights Reserved.