Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.ValueExprEvaluationException
-
-
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that throw ValueExprEvaluationException Modifier and Type Method Description ValueEvaluationStrategy. evaluate(ValueExpr expr, BindingSet bindings)Gets the value of this expression.ValueQueryValueEvaluationStep.ApplyFunctionForEachBinding. evaluate(BindingSet bindings)ValueQueryValueEvaluationStep.Fail. evaluate(BindingSet bindings)booleanEvaluationStrategy. isTrue(QueryValueEvaluationStep expr, BindingSet bindings)booleanEvaluationStrategy. isTrue(ValueExpr expr, BindingSet bindings)Evaluates the boolean expression on the supplied TripleSource object. -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.federation
Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that throw ValueExprEvaluationException Modifier and Type Method Description private static ValueTupleFunctionFederatedService. getValue(Var var, BindingSet bs) -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that throw ValueExprEvaluationException Modifier and Type Method Description ValueBinaryFunction. evaluate(ValueFactory valueFactory, Value... args)protected abstract ValueBinaryFunction. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueFunction. evaluate(ValueFactory valueFactory, Value... args)Deprecated.since 3.3.0.default ValueFunction. evaluate(TripleSource tripleSource, Value... args)Evaluate the function over the supplied input arguments.protected abstract ValueUnaryFunction. evaluate(ValueFactory valueFactory, Value arg)ValueUnaryFunction. evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Fields in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate declared as ValueExprEvaluationException Modifier and Type Field Description protected ValueExprEvaluationExceptionStatisticCollector. typeErrorMethods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate with parameters of type ValueExprEvaluationException Modifier and Type Method Description voidStatisticCollector. setTypeError(ValueExprEvaluationException typeError)Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate that throw ValueExprEvaluationException Modifier and Type Method Description ValueStatisticCollector. getFinalValue() -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime that throw ValueExprEvaluationException Modifier and Type Method Description LiteralDay. evaluate(ValueFactory valueFactory, Value... args)LiteralHours. evaluate(ValueFactory valueFactory, Value... args)LiteralMinutes. evaluate(ValueFactory valueFactory, Value... args)LiteralMonth. evaluate(ValueFactory valueFactory, Value... args)LiteralNow. evaluate(ValueFactory valueFactory, Value... args)LiteralSeconds. evaluate(ValueFactory valueFactory, Value... args)LiteralTimezone. evaluate(ValueFactory valueFactory, Value... args)LiteralTz. evaluate(ValueFactory valueFactory, Value... args)LiteralYear. evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql that throw ValueExprEvaluationException Modifier and Type Method Description static doubleFunctionArguments. convertFromDegrees(double degs, IRI units)Convert degrees to another unitstatic doubleFunctionArguments. convertToDegrees(double v, IRI units)Convert a value to degreesValueBuffer. evaluate(ValueFactory valueFactory, Value... args)ValueDistance. evaluate(ValueFactory valueFactory, Value... args)ValueGeometricBinaryFunction. evaluate(ValueFactory valueFactory, Value... args)ValueGeometricRelationFunction. evaluate(ValueFactory valueFactory, Value... args)ValueGeometricUnaryFunction. evaluate(ValueFactory valueFactory, Value... args)ValueRelate. evaluate(ValueFactory valueFactory, Value... args)ValueSRID. evaluate(ValueFactory valueFactory, Value... args)static doubleFunctionArguments. getDouble(Function func, Value v)Get the double valuestatic LiteralFunctionArguments. getLiteral(Function func, Value v, IRI expectedDatatype)Get the literal of a specific data typestatic org.locationtech.spatial4j.shape.PointFunctionArguments. getPoint(Function func, Value v, org.locationtech.spatial4j.context.SpatialContext geoContext)Get the geo pointstatic org.locationtech.spatial4j.shape.ShapeFunctionArguments. getShape(Function func, Value v, org.locationtech.spatial4j.context.SpatialContext context)Get the geo shapestatic java.lang.StringFunctionArguments. getString(Function func, Value v)Get the string valuestatic IRIFunctionArguments. getUnits(Function func, Value v)Get the UoM IRI of the unit -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function.hash
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.hash that throw ValueExprEvaluationException Modifier and Type Method Description abstract LiteralHashFunction. evaluate(ValueFactory valueFactory, Value... args)LiteralMD5. evaluate(ValueFactory valueFactory, Value... args)LiteralSHA1. evaluate(ValueFactory valueFactory, Value... args)LiteralSHA256. evaluate(ValueFactory valueFactory, Value... args)LiteralSHA384. evaluate(ValueFactory valueFactory, Value... args)LiteralSHA512. evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function.numeric
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.numeric that throw ValueExprEvaluationException Modifier and Type Method Description LiteralAbs. evaluate(ValueFactory valueFactory, Value... args)LiteralCeil. evaluate(ValueFactory valueFactory, Value... args)LiteralFloor. evaluate(ValueFactory valueFactory, Value... args)LiteralRand. evaluate(ValueFactory valueFactory, Value... args)LiteralRound. evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm that throw ValueExprEvaluationException Modifier and Type Method Description LiteralStrDt. evaluate(ValueFactory valueFactory, Value... args)LiteralStrLang. evaluate(ValueFactory valueFactory, Value... args)LiteralSTRUUID. evaluate(ValueFactory valueFactory, Value... args)IRIUUID. evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function.string
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.string that throw ValueExprEvaluationException Modifier and Type Method Description LiteralConcat. evaluate(ValueFactory valueFactory, Value... args)LiteralContains. evaluate(ValueFactory valueFactory, Value... args)LiteralEncodeForUri. evaluate(ValueFactory valueFactory, Value... args)LiteralLowerCase. evaluate(ValueFactory valueFactory, Value... args)LiteralReplace. evaluate(ValueFactory valueFactory, Value... args)LiteralStrAfter. evaluate(ValueFactory valueFactory, Value... args)LiteralStrBefore. evaluate(ValueFactory valueFactory, Value... args)LiteralStrEnds. evaluate(ValueFactory valueFactory, Value... args)LiteralStrLen. evaluate(ValueFactory valueFactory, Value... args)LiteralStrStarts. evaluate(ValueFactory valueFactory, Value... args)LiteralSubstring. evaluate(ValueFactory valueFactory, Value... args)LiteralUpperCase. evaluate(ValueFactory valueFactory, Value... args)static intSubstring. intFromLiteral(Literal literal) -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function.triple
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.triple that throw ValueExprEvaluationException Modifier and Type Method Description ValueIsTripleFunction. evaluate(ValueFactory vf, Value... args)ValueStatementFunction. evaluate(ValueFactory vf, Value... args)ValueTripleObjectFunction. evaluate(ValueFactory vf, Value... args)ValueTriplePredicateFunction. evaluate(ValueFactory vf, Value... args)ValueTripleSubjectFunction. evaluate(ValueFactory vf, Value... args) -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd that return ValueExprEvaluationException Modifier and Type Method Description protected ValueExprEvaluationExceptionCastFunction. typeError(Value arg, java.lang.Throwable cause)Creates aValueExprEvaluationExceptionthat signals a type error.Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd that throw ValueExprEvaluationException Modifier and Type Method Description protected LiteralBooleanCast. convert(ValueFactory valueFactory, Value value)protected abstract LiteralCastFunction. convert(ValueFactory vf, Value v)Convert the supplied value to a literal of the function output datatype.protected LiteralDateCast. convert(ValueFactory vf, Value value)protected LiteralDateTimeCast. convert(ValueFactory vf, Value value)protected LiteralDecimalCast. convert(ValueFactory valueFactory, Value value)protected LiteralDoubleCast. convert(ValueFactory valueFactory, Value value)protected LiteralFloatCast. convert(ValueFactory valueFactory, Value value)protected LiteralIntegerCastFunction. convert(ValueFactory valueFactory, Value value)protected LiteralStringCast. convert(ValueFactory valueFactory, Value value)LiteralCastFunction. evaluate(ValueFactory valueFactory, Value... args)LiteralStringCast. evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that throw ValueExprEvaluationException Modifier and Type Method Description ValueDefaultEvaluationStrategy. evaluate(Coalesce node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values that throw ValueExprEvaluationException Modifier and Type Method Description private static ValueQueryValueEvaluationStepSupplier. bound(QueryValueEvaluationStep arg, BindingSet bindings)ValueAndValueEvaluationStep. evaluate(BindingSet bindings)ValueCompareAllQueryValueEvaluationStep. evaluate(BindingSet bindings)ValueCompareAnyValueEvaluationStep. evaluate(BindingSet bindings)ValueExistsQueryValueEvaluationStep. evaluate(BindingSet bindings)ValueIfValueEvaluationStep. evaluate(BindingSet bindings)ValueInValueEvaluationStep. evaluate(BindingSet bindings)ValueListMemberValueOperationStep. evaluate(BindingSet bindings)ValueOrValueEvaluationStep. evaluate(BindingSet bindings)ValueValueExprTripleRefEvaluationStep. evaluate(BindingSet bindings) -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as ValueExprEvaluationException Modifier and Type Field Description private ValueExprEvaluationExceptionGroupIterator.AvgCollector. typeErrorprivate ValueExprEvaluationExceptionGroupIterator.IntegerCollector. typeErrorMethods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type ValueExprEvaluationException Modifier and Type Method Description voidGroupIterator.AvgCollector. setTypeError(ValueExprEvaluationException typeError)voidGroupIterator.IntegerCollector. setTypeError(ValueExprEvaluationException typeError)Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that throw ValueExprEvaluationException Modifier and Type Method Description ValueGroupIterator.AvgCollector. getFinalValue()ValueGroupIterator.SampleCollector. getFinalValue()ValueGroupIterator.StringBuilderCollector. getFinalValue() -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.util
Fields in org.eclipse.rdf4j.query.algebra.evaluation.util declared as ValueExprEvaluationException Modifier and Type Field Description static ValueExprEvaluationExceptionQueryEvaluationUtil. DATE_WITH_OTHER_SUPPORTED_TYPE_EXCEPTIONstatic ValueExprEvaluationExceptionQueryEvaluationUtil. INDETERMINATE_DATE_TIME_EXCEPTIONstatic ValueExprEvaluationExceptionQueryEvaluationUtil. NOT_COMPATIBLE_AND_ORDERED_EXCEPTIONstatic ValueExprEvaluationExceptionQueryEvaluationUtil. NUMERIC_WITH_OTHER_SUPPORTED_TYPE_EXCEPTIONstatic ValueExprEvaluationExceptionQueryEvaluationUtil. STRING_WITH_OTHER_SUPPORTED_TYPE_EXCEPTIONstatic ValueExprEvaluationExceptionQueryEvaluationUtil. UNSUPPOERTED_TYPES_EXCEPTIONMethods in org.eclipse.rdf4j.query.algebra.evaluation.util that throw ValueExprEvaluationException Modifier and Type Method Description static booleanQueryEvaluationUtil. compare(Value leftVal, Value rightVal, Compare.CompareOp operator)static booleanQueryEvaluationUtil. 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.static LiteralMathUtil. compute(Literal leftLit, Literal rightLit, MathExpr.MathOp op)static LiteralMathUtil. compute(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf)Computes the result of applying the supplied math operator on the supplied left and right operand.static LiteralXMLDatatypeMathUtil. compute(Literal leftLit, Literal rightLit, MathExpr.MathOp op)Computes the result of applying the supplied math operator on the supplied left and right operand.static LiteralXMLDatatypeMathUtil. compute(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf)Computes the result of applying the supplied math operator on the supplied left and right operand.static booleanQueryEvaluationUtil. 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.private static voidQueryEvaluationUtil. validateDatatypeCompatibility(boolean strict, CoreDatatype.XSD leftCoreDatatype, CoreDatatype.XSD rightCoreDatatype)Validate if we are comparing supported but incompatible datatypes. -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast that throw ValueExprEvaluationException Modifier and Type Method Description ValueXmlDatatypeUtilFunction. evaluate(ValueFactory valueFactory, Value... args) -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.spin.function
Methods in org.eclipse.rdf4j.spin.function that throw ValueExprEvaluationException Modifier and Type Method Description protected static voidEvalFunction. addArguments(Query query, Value... args)protected static voidAbstractSpinFunction. addBindings(Query query, Value... args)protected ValueAdd. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueAnd. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueAskFunction. evaluate(ValueFactory valueFactory, Value... args)LiteralConcat. evaluate(ValueFactory valueFactory, Value... args)protected ValueDivide. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueEqualTo. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueEvalFunction. evaluate(ValueFactory valueFactory, Value... args)protected ValueGreaterThan. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueGreaterThanOrEqualTo. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueLessThan. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueLessThanOrEqualTo. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueLocalname. evaluate(ValueFactory valueFactory, Value arg)protected ValueMultiply. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueNot. evaluate(ValueFactory valueFactory, Value arg)protected ValueNotEqualTo. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueObjectFunction. evaluate(ValueFactory valueFactory, Value... args)protected ValueOr. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueSpinFunction. evaluate(ValueFactory valueFactory, Value... args)ValueSpinxFunction. evaluate(ValueFactory valueFactory, Value... args)protected ValueSubtract. evaluate(ValueFactory valueFactory, Value arg1, Value arg2) -
Uses of ValueExprEvaluationException in org.eclipse.rdf4j.spin.function.spif
Methods in org.eclipse.rdf4j.spin.function.spif that throw ValueExprEvaluationException Modifier and Type Method Description ValueAbstractStringReplacer. evaluate(ValueFactory valueFactory, Value... args)ValueBuildString. evaluate(ValueFactory valueFactory, Value... args)ValueBuildURI. evaluate(ValueFactory valueFactory, Value... args)protected ValueCast. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueConvertSpinRDFToString. evaluate(ValueFactory valueFactory, Value... args)ValueCurrentTimeMillis. evaluate(ValueFactory valueFactory, Value... args)protected ValueDateFormat. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)protected ValueDecimalFormat. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueDecodeURL. evaluate(ValueFactory valueFactory, Value... args)ValueEncodeURL. evaluate(ValueFactory valueFactory, Value... args)ValueGenerateUUID. evaluate(ValueFactory valueFactory, Value... args)ValueHasAllObjects. evaluate(ValueFactory valueFactory, Value... args)ValueIndexOf. evaluate(ValueFactory valueFactory, Value... args)ValueInvoke. evaluate(ValueFactory valueFactory, Value... args)protected ValueIsValidURI. evaluate(ValueFactory valueFactory, Value arg)ValueLastIndexOf. evaluate(ValueFactory valueFactory, Value... args)protected ValueMod. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueName. evaluate(ValueFactory valueFactory, Value... args)protected ValueParseDate. evaluate(ValueFactory valueFactory, Value arg1, Value arg2)ValueRandom. evaluate(ValueFactory valueFactory, Value... args)ValueReplaceAll. evaluate(ValueFactory valueFactory, Value... args)protected ValueTimeMillis. evaluate(ValueFactory valueFactory, Value arg)protected ValueTrim. evaluate(ValueFactory valueFactory, Value arg)protected ValueUnCamelCase. evaluate(ValueFactory valueFactory, Value arg)
-