| Package | Description |
|---|---|
| org.openrdf.query.algebra |
Query Algebra
|
| org.openrdf.query.algebra.evaluation.impl | |
| org.openrdf.query.algebra.evaluation.iterator | |
| org.openrdf.query.algebra.helpers | |
| org.openrdf.query.parser.sparql |
The SPARQL query engine.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryModelVisitor.meet(Group node) |
| Modifier and Type | Method and Description |
|---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
EvaluationStrategyImpl.evaluate(Group node,
BindingSet bindings) |
| Constructor and Description |
|---|
GroupIterator(EvaluationStrategy strategy,
Group group,
BindingSet parentBindings) |
GroupIterator(EvaluationStrategy strategy,
Group group,
BindingSet parentBindings,
long iterationCacheSyncThreshold) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryModelVisitorBase.meet(Group node) |
| Modifier and Type | Method and Description |
|---|---|
Group |
TupleExprBuilder.visit(ASTGroupClause node,
Object data) |
Copyright © 2001–2015 Aduna. All rights reserved.