Uses of Enum
org.eclipse.rdf4j.query.algebra.Compare.CompareOp
Packages that use Compare.CompareOp
Package
Description
Abstract Query Algebra model.
SPARQL 1.1 Abstract Syntax Tree (AST) parser.
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.CompareOpModifier and TypeFieldDescriptionprivate 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.CompareOpModifier and TypeMethodDescriptionCompare.getOperator()
CompareAll.getOperator()
Deprecated, for removal: This API element is subject to removal in a future version.CompareAny.getOperator()
Deprecated, for removal: This API element is subject to removal in a future version.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.Methods in org.eclipse.rdf4j.query.algebra with parameters of type Compare.CompareOpModifier and TypeMethodDescriptionvoid
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.CompareOpModifierConstructorDescriptionCompare
(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.CompareOpModifier 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.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.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.CompareOpMethods in org.eclipse.rdf4j.query.parser.sparql.ast that return Compare.CompareOpMethods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type Compare.CompareOp -
Uses of Compare.CompareOp in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as Compare.CompareOpModifier and TypeFieldDescriptionprivate final Compare.CompareOp
LiteralComparatorFilter.compareOp
Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type Compare.CompareOpModifierConstructorDescriptionLiteralComparatorFilter
(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.CompareOpModifier and TypeMethodDescriptionprivate Compare.CompareOp
SpinParser.SpinVisitor.toCompareOp
(IRI func) Methods in org.eclipse.rdf4j.spin with parameters of type Compare.CompareOpModifier and TypeMethodDescriptionprivate Value
SpinRenderer.SpinVisitor.toValue
(Compare.CompareOp op)