Class QueryEvaluationContext.Minimal

java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryEvaluationContext.Minimal
All Implemented Interfaces:
QueryEvaluationContext
Enclosing interface:
QueryEvaluationContext

public static class QueryEvaluationContext.Minimal extends Object implements QueryEvaluationContext
  • Constructor Details

    • Minimal

      public Minimal(Literal now, Dataset dataset)
      Set the shared now value to a preexisting object
      Parameters:
      now - that is shared.
      dataset - that a query should use to evaluate
    • Minimal

      public Minimal(Dataset dataset)
      Parameters:
      dataset - that a query should use to evaluate
    • Minimal

      public Minimal(Dataset dataset, ValueFactory vf)
      Parameters:
      dataset - that a query should use to the evaluate
  • Method Details