Uses of Class
org.eclipse.rdf4j.query.algebra.Compare.CompareOp
-
Packages that use Compare.CompareOp Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.util org.eclipse.rdf4j.query.parser.sparql.ast SPARQL 1.1 Abstract Syntax Tree (AST) parser.org.eclipse.rdf4j.sail.shacl.ast.planNodes org.eclipse.rdf4j.spin See discussion at https://github.com/eclipse/rdf4j/issues/1262 -
-
Uses of Compare.CompareOp in org.eclipse.rdf4j.query.algebra
Fields in org.eclipse.rdf4j.query.algebra declared as Compare.CompareOp Modifier and Type Field Description private Compare.CompareOp
Compare. operator
private Compare.CompareOp
CompareAll. operator
Deprecated, for removal: This API element is subject to removal in a future version.private Compare.CompareOp
CompareAny. operator
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra that return Compare.CompareOp Modifier and Type Method Description Compare.CompareOp
Compare. getOperator()
Compare.CompareOp
CompareAll. getOperator()
Deprecated, for removal: This API element is subject to removal in a future version.Compare.CompareOp
CompareAny. getOperator()
Deprecated, for removal: This API element is subject to removal in a future version.static Compare.CompareOp
Compare.CompareOp. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Compare.CompareOp[]
Compare.CompareOp. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.query.algebra with parameters of type Compare.CompareOp Modifier and Type Method Description void
Compare. setOperator(Compare.CompareOp operator)
void
CompareAll. setOperator(Compare.CompareOp operator)
Deprecated, for removal: This API element is subject to removal in a future version.void
CompareAny. setOperator(Compare.CompareOp operator)
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.query.algebra with parameters of type Compare.CompareOp Constructor Description Compare(ValueExpr leftArg, ValueExpr rightArg, Compare.CompareOp operator)
CompareAll(ValueExpr valueExpr, TupleExpr subQuery, Compare.CompareOp operator)
Deprecated, for removal: This API element is subject to removal in a future version.CompareAny(ValueExpr valueExpr, TupleExpr subQuery, Compare.CompareOp operator)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Compare.CompareOp in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type Compare.CompareOp Modifier and Type Method Description static boolean
QueryEvaluationUtil. compare(Value leftVal, Value rightVal, Compare.CompareOp operator)
static boolean
QueryEvaluationUtil. compare(Value leftVal, Value rightVal, Compare.CompareOp operator, boolean strict)
static QueryEvaluationUtility.Result
QueryEvaluationUtility. compare(Value leftVal, Value rightVal, Compare.CompareOp operator)
static QueryEvaluationUtility.Result
QueryEvaluationUtility. compare(Value leftVal, Value rightVal, Compare.CompareOp operator, boolean strict)
static boolean
QueryEvaluationUtil. compareLiterals(Literal leftLit, Literal rightLit, Compare.CompareOp operator)
Compares the suppliedLiteral
arguments using the supplied operator, using strict (minimally-conforming) SPARQL 1.1 operator behavior.static boolean
QueryEvaluationUtil. compareLiterals(Literal leftLit, Literal rightLit, Compare.CompareOp operator, boolean strict)
Compares the suppliedLiteral
arguments using the supplied operator.static QueryEvaluationUtility.Result
QueryEvaluationUtility. compareLiterals(Literal leftLit, Literal rightLit, Compare.CompareOp operator)
Compares the suppliedLiteral
arguments using the supplied operator, using strict (minimally-conforming) SPARQL 1.1 operator behavior.static QueryEvaluationUtility.Result
QueryEvaluationUtility. compareLiterals(Literal leftLit, Literal rightLit, Compare.CompareOp operator, boolean strict)
Compares the suppliedLiteral
arguments using the supplied operator.private static boolean
QueryEvaluationUtil. compareWithOperator(Compare.CompareOp operator, int i)
private static boolean
QueryEvaluationUtil. otherCases(Literal leftLit, Literal rightLit, Compare.CompareOp operator, CoreDatatype.XSD leftCoreDatatype, CoreDatatype.XSD rightCoreDatatype, boolean leftLangLit, boolean rightLangLit, boolean strict)
QueryEvaluationUtility.Result
QueryEvaluationUtility.Order. toResult(Compare.CompareOp operator)
-
Uses of Compare.CompareOp in org.eclipse.rdf4j.query.parser.sparql.ast
Fields in org.eclipse.rdf4j.query.parser.sparql.ast declared as Compare.CompareOp Modifier and Type Field Description private Compare.CompareOp
ASTCompare. operator
Methods in org.eclipse.rdf4j.query.parser.sparql.ast that return Compare.CompareOp Modifier and Type Method Description Compare.CompareOp
ASTCompare. getOperator()
Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type Compare.CompareOp Modifier and Type Method Description void
ASTCompare. setOperator(Compare.CompareOp operator)
-
Uses of Compare.CompareOp in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as Compare.CompareOp Modifier and Type Field Description private Compare.CompareOp
LiteralComparatorFilter. compareOp
Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type Compare.CompareOp Constructor Description LiteralComparatorFilter(PlanNode parent, Literal compareTo, Compare.CompareOp compareOp)
-
Uses of Compare.CompareOp in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin that return Compare.CompareOp Modifier and Type Method Description private Compare.CompareOp
SpinParser.SpinVisitor. toCompareOp(IRI func)
Methods in org.eclipse.rdf4j.spin with parameters of type Compare.CompareOp Modifier and Type Method Description private Value
SpinRenderer.SpinVisitor. toValue(Compare.CompareOp op)
-