Class SameTermFilterOptimizer.VarBinder

java.lang.Object
org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor<RuntimeException>
org.eclipse.rdf4j.query.algebra.evaluation.impl.SameTermFilterOptimizer.VarBinder
All Implemented Interfaces:
QueryModelVisitor<RuntimeException>
Enclosing class:
SameTermFilterOptimizer

@Deprecated(forRemoval=true, since="4.1.0") protected static class SameTermFilterOptimizer.VarBinder extends AbstractQueryModelVisitor<RuntimeException>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Details

    • varName

      private final String varName
      Deprecated, for removal: This API element is subject to removal in a future version.
    • value

      private final Value value
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • VarBinder

      public VarBinder(String varName, Value value)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details