Uses of Class
org.eclipse.rdf4j.query.algebra.LeftJoin
Packages that use LeftJoin
Package
Description
Abstract Query Algebra model.
-
Uses of LeftJoin in org.eclipse.rdf4j.federated.algebra
Subclasses of LeftJoin in org.eclipse.rdf4j.federated.algebraModifier and TypeClassDescriptionclass
Constructors in org.eclipse.rdf4j.federated.algebra with parameters of type LeftJoin -
Uses of LeftJoin in org.eclipse.rdf4j.federated.evaluation.join
Fields in org.eclipse.rdf4j.federated.evaluation.join declared as LeftJoinModifier and TypeFieldDescriptionprotected LeftJoin
ControlledWorkerLeftJoin.join
protected LeftJoin
ParallelLeftJoinTask.join
Constructors in org.eclipse.rdf4j.federated.evaluation.join with parameters of type LeftJoinModifierConstructorDescriptionControlledWorkerLeftJoin(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
Methods in org.eclipse.rdf4j.federated.optimizer with parameters of type LeftJoin -
Uses of LeftJoin in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return LeftJoinMethods in org.eclipse.rdf4j.query.algebra with parameters of type LeftJoin -
Uses of LeftJoin in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type LeftJoinModifier 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
void
protected QueryEvaluationStep
StrictEvaluationStrategy.prepare(LeftJoin node, QueryEvaluationContext context)
-
Uses of LeftJoin in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type LeftJoinModifier and TypeMethodDescriptionstatic QueryEvaluationStep
LeftJoinQueryEvaluationStep.supply(EvaluationStrategy strategy, LeftJoin leftJoin, QueryEvaluationContext context)
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type LeftJoinModifierConstructorDescriptionLeftJoinQueryEvaluationStep(QueryEvaluationStep right, QueryValueEvaluationStep condition, QueryEvaluationStep left, LeftJoin leftJoin, VarNameCollector optionalVarCollector)
-
Uses of LeftJoin in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type LeftJoinModifier and TypeMethodDescriptionstatic String[]
HashJoinIteration.hashJoinAttributeNames(LeftJoin join)
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type LeftJoinModifierConstructorDescriptionBadlyDesignedLeftJoinIterator(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.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type LeftJoin -
Uses of LeftJoin in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type LeftJoin