Uses of Class
org.eclipse.rdf4j.query.algebra.LeftJoin
Package
Description
Abstract Query Algebra model.
Implementations of
relevant to query evaluation.
invalid @link
Iteration
-
Uses of LeftJoin in org.eclipse.rdf4j.federated.algebra
Modifier and TypeClassDescriptionclass
-
Uses of LeftJoin in org.eclipse.rdf4j.federated.evaluation.join
Modifier and TypeFieldDescriptionprotected final LeftJoin
ControlledWorkerLeftJoin.join
protected final LeftJoin
ParallelLeftJoinTask.join
ModifierConstructorDescriptionControlledWorkerLeftJoin
(ControlledWorkerScheduler<BindingSet> scheduler, FederationEvalStrategy strategy, CloseableIteration<BindingSet, QueryEvaluationException> leftIter, LeftJoin join, BindingSet bindings, QueryInfo queryInfo) ParallelLeftJoinTask
(ParallelExecutor<BindingSet> joinControl, FederationEvalStrategy strategy, LeftJoin join, BindingSet leftBindings) -
Uses of LeftJoin in org.eclipse.rdf4j.federated.optimizer
-
Uses of LeftJoin in org.eclipse.rdf4j.query.algebra
-
Uses of LeftJoin in org.eclipse.rdf4j.query.algebra.evaluation.impl
Modifier and TypeMethodDescriptionStrictEvaluationStrategy.evaluate
(LeftJoin leftJoin, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.void
void
void
void
Deprecated.void
Deprecated, for removal: This API element is subject to removal in a future version.void
protected QueryEvaluationStep
StrictEvaluationStrategy.prepare
(LeftJoin node, QueryEvaluationContext context) -
Uses of LeftJoin in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Modifier and TypeMethodDescriptionstatic QueryEvaluationStep
LeftJoinQueryEvaluationStep.supply
(EvaluationStrategy strategy, LeftJoin leftJoin, QueryEvaluationContext context) ModifierConstructorDescriptionLeftJoinQueryEvaluationStep
(QueryEvaluationStep right, QueryValueEvaluationStep condition, QueryEvaluationStep left, LeftJoin leftJoin, Set<String> optionalVars) LeftJoinQueryEvaluationStep
(QueryEvaluationStep right, QueryValueEvaluationStep condition, QueryEvaluationStep left, LeftJoin leftJoin, VarNameCollector optionalVarCollector) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of LeftJoin in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Modifier and TypeMethodDescriptionstatic String[]
HashJoinIteration.hashJoinAttributeNames
(LeftJoin join) ModifierConstructorDescriptionBadlyDesignedLeftJoinIterator
(EvaluationStrategy strategy, LeftJoin join, BindingSet inputBindings, Set<String> problemVars, QueryEvaluationContext context) HashJoinIteration
(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.LeftJoinIterator
(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings, QueryEvaluationContext context) -
Uses of LeftJoin in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
-
Uses of LeftJoin in org.eclipse.rdf4j.query.algebra.helpers
-
Uses of LeftJoin in org.eclipse.rdf4j.queryrender.sparql