Class JoinQueryEvaluationStep
- java.lang.Object
-
- org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.JoinQueryEvaluationStep
-
- All Implemented Interfaces:
QueryEvaluationStep
public class JoinQueryEvaluationStep extends Object implements QueryEvaluationStep
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.QueryEvaluationStep
QueryEvaluationStep.DelayedEvaluationIteration
-
-
Field Summary
-
Fields inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.QueryEvaluationStep
EMPTY, EMPTY_ITERATION
-
-
Constructor Summary
Constructors Constructor Description JoinQueryEvaluationStep(EvaluationStrategy strategy, Join join, QueryEvaluationContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
evaluate(BindingSet bindings)
-
-
-
Constructor Detail
-
JoinQueryEvaluationStep
public JoinQueryEvaluationStep(EvaluationStrategy strategy, Join join, QueryEvaluationContext context)
-
-
Method Detail
-
evaluate
public CloseableIteration<BindingSet,QueryEvaluationException> evaluate(BindingSet bindings)
- Specified by:
evaluate
in interfaceQueryEvaluationStep
-
-