Class QueryEvaluationContext.Minimal
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryEvaluationContext.Minimal
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryEvaluationContext
QueryEvaluationContext.Minimal
-
Constructor Summary
ConstructorDescriptionSet the shared now value to a preexisting objectMinimal
(Literal now, Dataset dataset, Comparator<Value> comparator) Set the shared now value to a preexisting objectMinimal
(Dataset dataset, Comparator<Value> comparator) Minimal
(Dataset dataset, ValueFactory valueFactory) Minimal
(Dataset dataset, ValueFactory valueFactory, Comparator<Value> comparator) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryEvaluationContext
addBinding, createBindingSet, createBindingSet, getBinding, getValue, hasBinding, setBinding
-
Constructor Details
-
Minimal
Set the shared now value to a preexisting object- Parameters:
now
- that is shared.dataset
- that a query should use to evaluatecomparator
- to use for ordering
-
Minimal
-
Minimal
- Parameters:
dataset
- that a query should use to evaluate
-
Minimal
- Parameters:
dataset
- that a query should use to evaluatecomparator
- to use for ordering
-
Minimal
- Parameters:
dataset
- that a query should use to the evaluatevalueFactory
- that a query should use to the evaluatecomparator
- to use for ordering
-
Minimal
- Parameters:
dataset
- that a query should use to the evaluatevalueFactory
- that a query should use to the evaluate
-
-
Method Details
-
getComparator
- Specified by:
getComparator
in interfaceQueryEvaluationContext
-
getNow
- Specified by:
getNow
in interfaceQueryEvaluationContext
- Returns:
- the shared now;
-
getDataset
- Specified by:
getDataset
in interfaceQueryEvaluationContext
- Returns:
- The dataset that this query is operation on.
-