Uses of Class
org.eclipse.rdf4j.query.algebra.Join
Packages that use Join
Package
Description
Abstract Query Algebra model.
-
Uses of Join in org.eclipse.rdf4j.federated.optimizer
Methods in org.eclipse.rdf4j.federated.optimizer with parameters of type Join -
Uses of Join in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return JoinMethods in org.eclipse.rdf4j.query.algebra with parameters of type Join -
Uses of Join in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type JoinModifier and TypeMethodDescriptionStrictEvaluationStrategy.evaluate(Join join, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.void
void
void
Deprecated.void
void
protected QueryEvaluationStep
StrictEvaluationStrategy.prepare(Join node, QueryEvaluationContext context)
-
Uses of Join in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type JoinModifierConstructorDescriptionJoinQueryEvaluationStep(EvaluationStrategy strategy, Join join, QueryEvaluationContext context)
-
Uses of Join in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type JoinModifier and TypeMethodDescriptionstatic String[]
HashJoinIteration.hashJoinAttributeNames(Join join)
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type JoinModifierConstructorDescriptionBottomUpJoinIterator(EvaluationStrategy strategy, Join join, BindingSet bindings)
Deprecated.HashJoinIteration(EvaluationStrategy strategy, Join join, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.JoinIterator(EvaluationStrategy strategy, QueryEvaluationStep leftPrepared, QueryEvaluationStep rightPrepared, Join join, BindingSet bindings)
JoinIterator(EvaluationStrategy strategy, Join join, BindingSet bindings, QueryEvaluationContext context)
-
Uses of Join in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type Join -
Uses of Join in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type Join