Uses of Class
org.eclipse.rdf4j.query.algebra.Join
Packages that use Join
Package
Description
Abstract Query Algebra model.
Implementations of
relevant to query evaluation.
invalid reference
Iteration
This package contains classes for rendering RDF4J query objects as SPARQL queries.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
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 TypeMethodDescriptionDefaultEvaluationStrategy.evaluate
(Join join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.void
void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated.void
Deprecated, for removal: This API element is subject to removal in a future version.void
protected QueryEvaluationStep
DefaultEvaluationStrategy.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.evaluation.optimizer
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type Join -
Uses of Join in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type JoinModifier and TypeMethodDescriptionvoid
void
void
Deprecated, for removal: This API element is subject to removal in a future version.void
-
Uses of Join in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type Join -
Uses of Join in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type Join -
Uses of Join in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin with parameters of type Join