Package | Description |
---|---|
org.eclipse.rdf4j.federated.algebra | |
org.eclipse.rdf4j.federated.optimizer | |
org.eclipse.rdf4j.federated.util | |
org.eclipse.rdf4j.query.algebra |
Abstract Query Algebra model.
|
org.eclipse.rdf4j.query.algebra.evaluation.impl | |
org.eclipse.rdf4j.query.algebra.evaluation.limited | |
org.eclipse.rdf4j.query.algebra.helpers |
Modifier and Type | Class and Description |
---|---|
class |
ExclusiveArbitraryLengthPath
An
ArbitraryLengthPath node which can be evaluated at a single node. |
Constructor and Description |
---|
ExclusiveArbitraryLengthPath(ArbitraryLengthPath path,
StatementSource owner,
QueryInfo queryInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ExclusiveTupleExprOptimizer.meet(ArbitraryLengthPath node) |
Modifier and Type | Method and Description |
---|---|
static String |
QueryStringUtil.toString(ArbitraryLengthPath node,
Set<String> varNames,
BindingSet bindings)
Converts an
ArbitraryLengthPath node to a sub query string and makes sure to insert any bindings. |
static TupleExpr |
QueryAlgebraUtil.toTupleExpr(ArbitraryLengthPath node,
Set<String> varNames,
BindingSet bindings)
Convert the given
ArbitraryLengthPath to a fresh TupleExpr where all provided bindings are bound. |
Modifier and Type | Method and Description |
---|---|
ArbitraryLengthPath |
ArbitraryLengthPath.clone() |
Modifier and Type | Method and Description |
---|---|
void |
QueryModelVisitor.meet(ArbitraryLengthPath node) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
StrictEvaluationStrategy.evaluate(ArbitraryLengthPath alp,
BindingSet bindings) |
void |
EvaluationStatistics.CardinalityCalculator.meet(ArbitraryLengthPath node) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
LimitedSizeEvaluationStrategy.evaluate(ArbitraryLengthPath alp,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractQueryModelVisitor.meet(ArbitraryLengthPath node) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.