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
Fields inherited from interface QueryEvaluationStep
EMPTY, EMPTY_ITERATION - 
Constructor Summary
ConstructorsConstructorDescriptionOrderQueryEvaluationStep(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:
 evaluatein interfaceQueryEvaluationStep
 
 -