Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
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 |
BufferManager.CloseableDistinctBuffer<T> |
Modifier and Type | Method and Description |
---|---|
BufferManager.DistinctBuffer<T> |
BufferManager.DistinctBufferMaker.make()
Create the
BufferManager.DistinctBuffer instance. |
BufferManager.DistinctBuffer<T> |
BufferManager.MakeDistinctBuffer.make() |
Modifier and Type | Field and Description |
---|---|
protected BufferManager.DistinctBuffer<Object> |
HashJoinSequence.rightMatchedRowKeys |
protected BufferManager.DistinctBuffer<BufferedRows.BufferedRow> |
HashJoinSequence.rightRowsWithNullKey |
Modifier and Type | Method and Description |
---|---|
protected int |
BufferingSequence.loadAll(NodeSequence sequence,
RowExtractors.ExtractFromRow extractor,
BufferManager.DistinctBuffer<BufferedRows.BufferedRow> rowsWithNullKey)
Load all of the rows from the supplied sequence into the buffer.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.