Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra |
Abstract Query Algebra model.
|
org.eclipse.rdf4j.query.algebra.evaluation.impl | |
org.eclipse.rdf4j.query.algebra.evaluation.iterator | |
org.eclipse.rdf4j.query.algebra.helpers | |
org.eclipse.rdf4j.query.parser.sparql |
The rdf4j SPARQL 1.1 parser.
|
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> |
StrictEvaluationStrategy.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 |
AbstractQueryModelVisitor.meet(Group node) |
Modifier and Type | Method and Description |
---|---|
Group |
TupleExprBuilder.visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTGroupClause node,
Object data) |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.