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
Subclasses with type arguments of type Compare.CompareOp in org.eclipse.rdf4j.query.algebraFields in org.eclipse.rdf4j.query.algebra declared as Compare.CompareOpModifier and TypeFieldDescriptionprivate Compare.CompareOpCompare.operatorprivate Compare.CompareOpCompareAll.operatorDeprecated, for removal: This API element is subject to removal in a future version.private Compare.CompareOpCompareAny.operatorDeprecated, 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.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) Deprecated, for removal: This API element is subject to removal in a future version.voidCompareAny.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 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.private static booleanQueryEvaluationUtil.compareWithOperator(Compare.CompareOp operator, int i) private static booleanQueryEvaluationUtil.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.CompareOpLiteralComparatorFilter.compareOpConstructors 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.CompareOpSpinParser.SpinVisitor.toCompareOp(IRI func) Methods in org.eclipse.rdf4j.spin with parameters of type Compare.CompareOpModifier and TypeMethodDescriptionprivate ValueSpinRenderer.SpinVisitor.toValue(Compare.CompareOp op)