Class OrderQueryEvaluationStep
- java.lang.Object
-
- org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.OrderQueryEvaluationStep
-
- All Implemented Interfaces:
QueryEvaluationStep
public class OrderQueryEvaluationStep extends java.lang.Object implements QueryEvaluationStep
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.QueryEvaluationStep
QueryEvaluationStep.DelayedEvaluationIteration
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Comparator<BindingSet>
cmp
private long
iterationCacheSyncThreshold
private long
limit
private QueryEvaluationStep
preparedArg
private boolean
reduced
-
Fields inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.QueryEvaluationStep
EMPTY, EMPTY_ITERATION
-
-
Constructor Summary
Constructors Constructor Description OrderQueryEvaluationStep(java.util.Comparator<BindingSet> cmp, long limit, boolean reduced, QueryEvaluationStep preparedArg, long iterationCacheSyncThreshold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
evaluate(BindingSet bs)
-
-
-
Field Detail
-
iterationCacheSyncThreshold
private final long iterationCacheSyncThreshold
-
cmp
private final java.util.Comparator<BindingSet> cmp
-
limit
private final long limit
-
reduced
private final boolean reduced
-
preparedArg
private final QueryEvaluationStep preparedArg
-
-
Constructor Detail
-
OrderQueryEvaluationStep
public OrderQueryEvaluationStep(java.util.Comparator<BindingSet> cmp, long limit, boolean reduced, QueryEvaluationStep preparedArg, long iterationCacheSyncThreshold)
-
-
Method Detail
-
evaluate
public CloseableIteration<BindingSet,QueryEvaluationException> evaluate(BindingSet bs)
- Specified by:
evaluate
in interfaceQueryEvaluationStep
-
-