org.jboss.dna.graph.query.process
Class NestedLoopJoinComponent
java.lang.Object
   org.jboss.dna.graph.query.process.ProcessingComponent
org.jboss.dna.graph.query.process.ProcessingComponent
       org.jboss.dna.graph.query.process.JoinComponent
org.jboss.dna.graph.query.process.JoinComponent
           org.jboss.dna.graph.query.process.NestedLoopJoinComponent
org.jboss.dna.graph.query.process.NestedLoopJoinComponent
- public class NestedLoopJoinComponent 
- extends JoinComponent
 
 
| Method Summary | 
|  List<Object[]> | execute()Execute this stage of processing and return the resulting tuples that each conform to the
 columns. | 
 
 
 
 
NestedLoopJoinComponent
public NestedLoopJoinComponent(QueryContext context,
                               ProcessingComponent left,
                               ProcessingComponent right,
                               JoinCondition condition,
                               JoinType joinType)
execute
public List<Object[]> execute()
- Execute this stage of processing and return the resulting tuples that each conform to the columns.
 
- 
- Specified by:
- executein class- ProcessingComponent
 
- 
- Returns:
- the list of tuples, where each tuple corresonds to the columns; never null
- See Also:
- ProcessingComponent.execute()
 
Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.