Uses of Enum
org.eclipse.rdf4j.query.algebra.Compare.CompareOp
Package
Description
Abstract Query Algebra model.
-
Uses of Compare.CompareOp in org.eclipse.rdf4j.query.algebra
Modifier and TypeMethodDescriptionCompare.getOperator()
CompareAll.getOperator()
CompareAny.getOperator()
static Compare.CompareOp
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.Modifier and TypeMethodDescriptionvoid
Compare.setOperator
(Compare.CompareOp operator) void
CompareAll.setOperator
(Compare.CompareOp operator) void
CompareAny.setOperator
(Compare.CompareOp operator) ModifierConstructorDescriptionCompare
(ValueExpr leftArg, ValueExpr rightArg, Compare.CompareOp operator) CompareAll
(ValueExpr valueExpr, TupleExpr subQuery, Compare.CompareOp operator) CompareAny
(ValueExpr valueExpr, TupleExpr subQuery, Compare.CompareOp operator) -
Uses of Compare.CompareOp in org.eclipse.rdf4j.query.algebra.evaluation.util
Modifier and TypeMethodDescriptionstatic boolean
QueryEvaluationUtil.compare
(Value leftVal, Value rightVal, Compare.CompareOp operator) static boolean
QueryEvaluationUtil.compare
(Value leftVal, Value rightVal, Compare.CompareOp operator, boolean strict) QueryEvaluationUtility.compare
(Value leftVal, Value rightVal, Compare.CompareOp operator) 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.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.QueryEvaluationUtility.compareLiterals
(Literal leftLit, Literal rightLit, Compare.CompareOp operator, boolean strict) Compares the suppliedLiteral
arguments using the supplied operator. -
Uses of Compare.CompareOp in org.eclipse.rdf4j.sail.shacl.ast.planNodes
ModifierConstructorDescriptionLiteralComparatorFilter
(PlanNode parent, Literal compareTo, Compare.CompareOp compareOp)