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 |
---|---|
protected class |
HashJoinSequence.HashCrossJoinBatch
A batch that contains rows that will have no left value and a right value.
|
protected class |
HashJoinSequence.HashJoinRangeBatch
A batch that contains rows that will have a left value and a right value.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.