Uses of Class
org.eclipse.rdf4j.query.algebra.Compare
-
Packages that use Compare Package Description org.eclipse.rdf4j.federated.util org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser.org.eclipse.rdf4j.queryrender.builder This package is deprecated.org.eclipse.rdf4j.queryrender.sparql -
-
Uses of Compare in org.eclipse.rdf4j.federated.util
Methods in org.eclipse.rdf4j.federated.util with parameters of type Compare Modifier and Type Method Description protected static void
FilterUtils. append(Compare cmp, StringBuilder sb)
-
Uses of Compare in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return Compare Modifier and Type Method Description Compare
Compare. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type Compare Modifier and Type Method Description void
QueryModelVisitor. meet(Compare node)
-
Uses of Compare in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type Compare Modifier and Type Method Description Value
ExtendedEvaluationStrategy. evaluate(Compare node, BindingSet bindings)
Value
StrictEvaluationStrategy. evaluate(Compare node, BindingSet bindings)
void
CompareOptimizer.CompareVisitor. meet(Compare compare)
-
Uses of Compare in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type Compare Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(Compare node)
-
Uses of Compare in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return Compare Modifier and Type Method Description Compare
TupleExprBuilder. visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTCompare node, Object data)
-
Uses of Compare in org.eclipse.rdf4j.queryrender.builder
Methods in org.eclipse.rdf4j.queryrender.builder that return Compare Modifier and Type Method Description static Compare
ValueExprFactory. eq(String theVar, String theOtherVar)
Deprecated.static Compare
ValueExprFactory. eq(String theVar, Value theValue)
Deprecated.static Compare
ValueExprFactory. ge(String theVar, String theOtherVar)
Deprecated.static Compare
ValueExprFactory. ge(String theVar, Value theValue)
Deprecated.static Compare
ValueExprFactory. gt(String theVar, String theOtherVar)
Deprecated.static Compare
ValueExprFactory. gt(String theVar, Value theValue)
Deprecated.static Compare
ValueExprFactory. le(String theVar, String theOtherVar)
Deprecated.static Compare
ValueExprFactory. le(String theVar, Value theValue)
Deprecated.static Compare
ValueExprFactory. lt(String theVar, String theOtherVar)
Deprecated.static Compare
ValueExprFactory. lt(String theVar, Value theValue)
Deprecated.static Compare
ValueExprFactory. ne(String theVar, String theOtherVar)
Deprecated.static Compare
ValueExprFactory. ne(String theVar, Value theValue)
Deprecated. -
Uses of Compare in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type Compare Modifier and Type Method Description void
SparqlTupleExprRenderer. meet(Compare node)
-