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 QueryEvaluationStep
QueryEvaluationStep.DelayedEvaluationIteration -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Comparator<BindingSet> private final longprivate final longprivate final QueryEvaluationStepprivate final booleanFields inherited from interface QueryEvaluationStep
EMPTY, EMPTY_ITERATION -
Constructor Summary
ConstructorsConstructorDescriptionOrderQueryEvaluationStep(Comparator<BindingSet> cmp, long limit, boolean reduced, QueryEvaluationStep preparedArg, long iterationCacheSyncThreshold) -
Method Summary
-
Field Details
-
iterationCacheSyncThreshold
private final long iterationCacheSyncThreshold -
cmp
-
limit
private final long limit -
reduced
private final boolean reduced -
preparedArg
-
-
Constructor Details
-
OrderQueryEvaluationStep
public OrderQueryEvaluationStep(Comparator<BindingSet> cmp, long limit, boolean reduced, QueryEvaluationStep preparedArg, long iterationCacheSyncThreshold)
-
-
Method Details
-
evaluate
- Specified by:
evaluatein interfaceQueryEvaluationStep
-