Class IntersectionQueryEvaluationStep
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.IntersectionQueryEvaluationStep
- All Implemented Interfaces:
QueryEvaluationStep
A step that prepares the arguments of an Intersection operator before execution.
-
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
ConstructorDescriptionIntersectionQueryEvaluationStep
(QueryEvaluationStep leftArg, QueryEvaluationStep rightArg, Supplier<Set<BindingSet>> setMaker) -
Method Summary
-
Constructor Details
-
IntersectionQueryEvaluationStep
public IntersectionQueryEvaluationStep(QueryEvaluationStep leftArg, QueryEvaluationStep rightArg, Supplier<Set<BindingSet>> setMaker)
-
-
Method Details
-
evaluate
- Specified by:
evaluate
in interfaceQueryEvaluationStep
-