org.modeshape.graph.query.process
Class NestedLoopJoinComponent

java.lang.Object
  extended by org.modeshape.graph.query.process.ProcessingComponent
      extended by org.modeshape.graph.query.process.JoinComponent
          extended by org.modeshape.graph.query.process.NestedLoopJoinComponent

public class NestedLoopJoinComponent
extends JoinComponent


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modeshape.graph.query.process.JoinComponent
JoinComponent.Joinable, JoinComponent.TupleMerger, JoinComponent.ValueSelector
 
Nested classes/interfaces inherited from class org.modeshape.graph.query.process.ProcessingComponent
ProcessingComponent.DynamicOperation
 
Field Summary
 
Fields inherited from class org.modeshape.graph.query.process.JoinComponent
LOCATION_COMPARATOR
 
Constructor Summary
NestedLoopJoinComponent(QueryContext context, ProcessingComponent left, ProcessingComponent right, JoinCondition condition, JoinType joinType)
           
 
Method Summary
 List<Object[]> execute()
          Execute this stage of processing and return the resulting tuples that each conform to the columns.
 
Methods inherited from class org.modeshape.graph.query.process.JoinComponent
comparatorFor, createMerger, getJoinCondition, getJoinType, joinableFor, left, leftColunns, right, rightColumns, valueSelectorFor
 
Methods inherited from class org.modeshape.graph.query.process.ProcessingComponent
close, createDynamicOperation, createSortComparator, emptyTuples, getColumns, getContext, problems
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NestedLoopJoinComponent

public NestedLoopJoinComponent(QueryContext context,
                               ProcessingComponent left,
                               ProcessingComponent right,
                               JoinCondition condition,
                               JoinType joinType)
Method Detail

execute

public List<Object[]> execute()
Execute this stage of processing and return the resulting tuples that each conform to the columns.

Specified by:
execute in class ProcessingComponent
Returns:
the list of tuples, where each tuple corresonds to the columns; never null
See Also:
ProcessingComponent.execute()


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.