Uses of Class
org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
Packages that use ArbitraryLengthPath
Package
Description
Abstract Query Algebra model.
-
Uses of ArbitraryLengthPath in org.eclipse.rdf4j.federated.algebra
Subclasses of ArbitraryLengthPath in org.eclipse.rdf4j.federated.algebraModifier and TypeClassDescriptionclass
AnArbitraryLengthPath
node which can be evaluated at a single node.class
A specialization ofArbitraryLengthPath
to maintain theQueryInfo
Constructors in org.eclipse.rdf4j.federated.algebra with parameters of type ArbitraryLengthPathModifierConstructorDescriptionExclusiveArbitraryLengthPath
(ArbitraryLengthPath path, StatementSource owner, QueryInfo queryInfo) FedXArbitraryLengthPath
(ArbitraryLengthPath path, QueryInfo queryInfo) -
Uses of ArbitraryLengthPath in org.eclipse.rdf4j.federated.optimizer
Methods in org.eclipse.rdf4j.federated.optimizer with parameters of type ArbitraryLengthPathModifier and TypeMethodDescriptionvoid
ExclusiveTupleExprOptimizer.meet
(ArbitraryLengthPath node) void
GenericInfoOptimizer.meet
(ArbitraryLengthPath node) -
Uses of ArbitraryLengthPath in org.eclipse.rdf4j.federated.util
Methods in org.eclipse.rdf4j.federated.util with parameters of type ArbitraryLengthPathModifier and TypeMethodDescriptionstatic String
QueryStringUtil.toString
(ArbitraryLengthPath node, Set<String> varNames, BindingSet bindings) Converts anArbitraryLengthPath
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 givenArbitraryLengthPath
to a freshTupleExpr
where all provided bindings are bound. -
Uses of ArbitraryLengthPath in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return ArbitraryLengthPathMethods in org.eclipse.rdf4j.query.algebra with parameters of type ArbitraryLengthPath -
Uses of ArbitraryLengthPath in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type ArbitraryLengthPathModifier and TypeMethodDescriptionvoid
EvaluationStatistics.CardinalityCalculator.meet
(ArbitraryLengthPath node) protected QueryEvaluationStep
DefaultEvaluationStrategy.prepare
(ArbitraryLengthPath alp, QueryEvaluationContext context) -
Uses of ArbitraryLengthPath in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type ArbitraryLengthPathModifier and TypeMethodDescriptionvoid
AbstractQueryModelVisitor.meet
(ArbitraryLengthPath node) void
AbstractSimpleQueryModelVisitor.meet
(ArbitraryLengthPath node) void
StatementPatternVisitor.meet
(ArbitraryLengthPath node) -
Uses of ArbitraryLengthPath in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type ArbitraryLengthPath