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.HashCrossJoinBatchFactory |
protected class |
HashJoinSequence.HashJoinBatchFactory |
protected class |
HashJoinSequence.HashJoinRangeBatchFactory |
protected class |
JoinSequence.EmptyBatchFactory
A
JoinSequence.BatchFactory that always returns null. |
protected class |
JoinSequence.LeftOnlyBatchFactory
A
JoinSequence.BatchFactory for batches that return only the left-hand rows. |
protected class |
JoinSequence.RightOnlyBatchFactory
A
JoinSequence.BatchFactory for batches that return only the right-hand rows. |
Modifier and Type | Method and Description |
---|---|
protected abstract JoinSequence.BatchFactory |
JoinSequence.initialize()
Called once when the implementation is to create a
JoinSequence.BatchFactory for all batches returned by this join sequence. |
protected JoinSequence.BatchFactory |
HashJoinSequence.initialize() |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.