Class ProjectionQueryEvaluationStep
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.ProjectionQueryEvaluationStep
- All Implemented Interfaces:
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
ConstructorDescriptionProjectionQueryEvaluationStep
(Projection projection, QueryEvaluationStep qes, QueryEvaluationContext context) -
Method Summary
-
Constructor Details
-
ProjectionQueryEvaluationStep
public ProjectionQueryEvaluationStep(Projection projection, QueryEvaluationStep qes, QueryEvaluationContext context)
-
-
Method Details
-
evaluate
- Specified by:
evaluate
in interfaceQueryEvaluationStep
-