Uses of Class
org.eclipse.rdf4j.query.algebra.Join
-
Packages that use Join Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps org.eclipse.rdf4j.query.algebra.evaluation.iterator Implementations ofIteration
relevant to query evaluation.org.eclipse.rdf4j.query.algebra.evaluation.optimizer org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.queryrender.sparql org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries.org.eclipse.rdf4j.spin 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 Join Modifier and Type Method Description Join
Join. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type Join Modifier and Type Method Description void
QueryModelVisitor. meet(Join node)
-
Uses of Join in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type Join Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(Join join, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.void
EvaluationStatistics.CardinalityCalculator. meet(Join node)
void
FilterOptimizer.FilterRelocator. meet(Join join)
Deprecated, for removal: This API element is subject to removal in a future version.void
QueryJoinOptimizer.JoinVisitor. meet(Join node)
Deprecated.void
QueryModelNormalizer. meet(Join join)
Deprecated, for removal: This API element is subject to removal in a future version.void
QueryModelPruner.TreeSanitizer. meet(Join join)
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 Join Constructor Description JoinQueryEvaluationStep(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 Join Modifier and Type Method Description static java.lang.String[]
HashJoinIteration. hashJoinAttributeNames(Join join)
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type Join Constructor Description BottomUpJoinIterator(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 Modifier and Type Method Description void
FilterOptimizer.FilterRelocator. meet(Join join)
void
QueryJoinOptimizer.JoinVisitor. meet(Join node)
void
QueryModelNormalizerOptimizer. meet(Join join)
-
Uses of Join in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type Join Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(Join node)
void
AbstractSimpleQueryModelVisitor. meet(Join node)
void
BGPCollector. meet(Join node)
Deprecated, for removal: This API element is subject to removal in a future version.void
StatementPatternVisitor. meet(Join node)
-
Uses of Join in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type Join Modifier and Type Method Description void
ContextCollector. meet(Join theJoin)
void
SparqlTupleExprRenderer. meet(Join theJoin)
-
Uses of Join in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type Join Modifier and Type Method Description void
ParsedQueryPreprocessor. meet(Join node)
void
PreprocessedQuerySerializer. meet(Join node)
void
PropertyPathSerializer. meet(Join node)
-
Uses of Join in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin with parameters of type Join Modifier and Type Method Description void
SpinRenderer.SpinVisitor. meet(Join node)
-