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 static class |
BufferedRows.DoubleNodeRowSerializer |
protected static class |
BufferedRows.MultiNodeRowSerializer |
protected static class |
BufferedRows.QuadNodeRowSerializer |
protected static class |
BufferedRows.SingleNodeRowSerializer |
protected static class |
BufferedRows.TripleNodeRowSerializer |
Modifier and Type | Field and Description |
---|---|
protected BufferedRows.BufferedRowFactory<? extends BufferedRows.BufferedRow> |
BufferingSequence.rowFactory |
Modifier and Type | Method and Description |
---|---|
static BufferedRows.BufferedRowFactory<? extends BufferedRows.BufferedRow> |
BufferedRows.serializer(CachedNodeSupplier nodeCache,
int width) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.