Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra |
Abstract Query Algebra model.
|
org.eclipse.rdf4j.query.algebra.evaluation.impl | |
org.eclipse.rdf4j.query.algebra.helpers | |
org.eclipse.rdf4j.query.parser.sparql |
The rdf4j SPARQL 1.1 parser.
|
Modifier and Type | Method and Description |
---|---|
TripleRef |
TripleRef.clone() |
Modifier and Type | Method and Description |
---|---|
default void |
QueryModelVisitor.meet(TripleRef node) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(TripleRef ref,
BindingSet bindings)
evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore
standard reification)
|
void |
EvaluationStatistics.CardinalityCalculator.meet(TripleRef tripleRef) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractQueryModelVisitor.meet(TripleRef node) |
Modifier and Type | Method and Description |
---|---|
void |
TripleRefCollector.meet(TripleRef node) |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.