Package | Description |
---|---|
org.modeshape.jcr.query.process |
This package defines the
QueryProcessor interface, which is responsible for constructing for each query
a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of
the query and returning the tuples to the parent component. |
Modifier and Type | Class and Description |
---|---|
class |
MergeJoinComponent
Create a processing component that performs a merge-join algorithm.
|
class |
NestedLoopJoinComponent |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.