Class QueryEvaluationContext.Minimal
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryEvaluationContext.Minimal
- All Implemented Interfaces:
QueryEvaluationContext
- Enclosing interface:
QueryEvaluationContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryEvaluationContext
QueryEvaluationContext.Minimal
-
Constructor Summary
-
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 evaluate
-
Minimal
- Parameters:
dataset
- that a query should use to evaluate
-
Minimal
- Parameters:
dataset
- that a query should use to the evaluate
-
-
Method Details
-
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.
-