org.modeshape.graph.query.process
Class IntersectComponent
java.lang.Object
org.modeshape.graph.query.process.ProcessingComponent
org.modeshape.graph.query.process.SetOperationComponent
org.modeshape.graph.query.process.IntersectComponent
public class IntersectComponent
- extends SetOperationComponent
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntersectComponent
public IntersectComponent(QueryContext context,
QueryResults.Columns columns,
Iterable<ProcessingComponent> sources,
boolean alreadySorted,
boolean all)
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.