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> 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 TypeMethodDescriptionvoid
protected QueryEvaluationStep
DefaultEvaluationStrategy.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) -
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) 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