Package | Description |
---|---|
org.modeshape.jcr.query.engine.process |
When executing a query, the processing phase involves "running" each branch in the optimized query plan, determining
the set of nodes that satisfies each branch, and then joining each branch into a single result.
|
Modifier and Type | Class and Description |
---|---|
class |
ExceptSequence
A
AbstractNodeKeysSequence implementation which performs an EXCEPT operation between
2 other sequences, keeping only instances which don't have a corresponding value on the right. |
class |
IntersectSequence
A
AbstractNodeKeysSequence implementation which performs an INTERSECT operation between 2 other sequences,
keeping only instances which have the same unique value in both sequences. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.