Class OrderQueryEvaluationStep
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.OrderQueryEvaluationStep
- 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
ConstructorDescriptionOrderQueryEvaluationStep
(Comparator<BindingSet> cmp, long limit, boolean reduced, QueryEvaluationStep preparedArg, long iterationCacheSyncThreshold) -
Method Summary
-
Constructor Details
-
OrderQueryEvaluationStep
public OrderQueryEvaluationStep(Comparator<BindingSet> cmp, long limit, boolean reduced, QueryEvaluationStep preparedArg, long iterationCacheSyncThreshold)
-
-
Method Details
-
evaluate
- Specified by:
evaluate
in interfaceQueryEvaluationStep
-