Uses of Enum
org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtility.Result
-
Uses of QueryEvaluationUtility.Result in org.eclipse.rdf4j.query.algebra.evaluation.util
Modifier and TypeMethodDescriptionQueryEvaluationUtility.compare
(Value leftVal, Value rightVal, Compare.CompareOp operator) QueryEvaluationUtility.compare
(Value leftVal, Value rightVal, Compare.CompareOp operator, boolean strict) 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.QueryEvaluationUtility.getEffectiveBooleanValue
(Value value) Determines the effective boolean value (EBV) of the supplied value as defined in the SPARQL specification: The EBV of any literal whose type is CoreDatatype.XSD:boolean or numeric is false if the lexical form is not valid for that datatype (e.g.Returns the enum constant of this type with the specified name.static QueryEvaluationUtility.Result[]
QueryEvaluationUtility.Result.values()
Returns an array containing the constants of this enum type, in the order they are declared.