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.
- 
Uses of Compare.CompareOp in org.eclipse.rdf4j.query.algebra
Subclasses with type arguments of type Compare.CompareOp in org.eclipse.rdf4j.query.algebraMethods in org.eclipse.rdf4j.query.algebra that return Compare.CompareOpModifier and TypeMethodDescriptionCompare.getOperator()CompareAll.getOperator()CompareAny.getOperator()static Compare.CompareOpReturns 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 TypeMethodDescriptionvoidCompare.setOperator(Compare.CompareOp operator) voidCompareAll.setOperator(Compare.CompareOp operator) voidCompareAny.setOperator(Compare.CompareOp operator) 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) CompareAny(ValueExpr valueExpr, TupleExpr subQuery, Compare.CompareOp operator)  - 
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 booleanQueryEvaluationUtil.compare(Value leftVal, Value rightVal, Compare.CompareOp operator) static booleanQueryEvaluationUtil.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 booleanQueryEvaluationUtil.compareLiterals(Literal leftLit, Literal rightLit, Compare.CompareOp operator) Compares the suppliedLiteralarguments using the supplied operator, using strict (minimally-conforming) SPARQL 1.1 operator behavior.static booleanQueryEvaluationUtil.compareLiterals(Literal leftLit, Literal rightLit, Compare.CompareOp operator, boolean strict) Compares the suppliedLiteralarguments using the supplied operator.QueryEvaluationUtility.compareLiterals(Literal leftLit, Literal rightLit, Compare.CompareOp operator) Compares the suppliedLiteralarguments 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 suppliedLiteralarguments using the supplied operator. - 
Uses of Compare.CompareOp in org.eclipse.rdf4j.query.parser.sparql.ast
Methods 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
Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type Compare.CompareOpModifierConstructorDescriptionLiteralComparatorFilter(PlanNode parent, Literal compareTo, Compare.CompareOp compareOp, ConnectionsGroup connectionsGroup)