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
-
Uses of Join in org.eclipse.rdf4j.federated.optimizer
Methods in org.eclipse.rdf4j.federated.optimizer with parameters of type JoinModifier and TypeMethodDescriptionstatic NJoinOptimizerUtil.flattenJoin(Join join, QueryInfo queryInfo) Flatten the join to one layer, i.e. collect all join argumentsstatic TupleExprOptimizerUtil.flattenTripleRefJoins(Join join, QueryInfo queryInfo) void -
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 TypeMethodDescriptionvoidprotected QueryEvaluationStepDefaultEvaluationStrategy.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) -
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.evaluation.sketch
Methods in org.eclipse.rdf4j.query.algebra.evaluation.sketch 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 Join -
Uses of Join in org.eclipse.rdf4j.query.algebra.helpers.collectors
Methods in org.eclipse.rdf4j.query.algebra.helpers.collectors 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