Uses of Enum
org.eclipse.rdf4j.query.algebra.MathExpr.MathOp
Packages that use MathExpr.MathOp
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 MathExpr.MathOp in org.eclipse.rdf4j.query.algebra
Fields in org.eclipse.rdf4j.query.algebra declared as MathExpr.MathOpMethods in org.eclipse.rdf4j.query.algebra that return MathExpr.MathOpModifier and TypeMethodDescriptionMathExpr.getOperator()
static MathExpr.MathOp
Returns the enum constant of this type with the specified name.static MathExpr.MathOp[]
MathExpr.MathOp.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 MathExpr.MathOpConstructors in org.eclipse.rdf4j.query.algebra with parameters of type MathExpr.MathOpModifierConstructorDescriptionMathExpr
(ValueExpr leftArg, ValueExpr rightArg, MathExpr.MathOp operator) -
Uses of MathExpr.MathOp in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type MathExpr.MathOpModifier and TypeMethodDescriptionstatic Literal
MathUtil.compute
(Literal leftLit, Literal rightLit, MathExpr.MathOp op) static Literal
MathUtil.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 Literal
XMLDatatypeMathUtil.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 Literal
XMLDatatypeMathUtil.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.private static Literal
MathUtil.computeForXsdDecimal
(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf) private static Literal
MathUtil.computeForXsdDouble
(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf) private static Literal
MathUtil.computeForXsdFloat
(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf) private static Literal
MathUtil.computeForXsdInteger
(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf) private static CoreDatatype.XSD
MathUtil.determineCommonDatatype
(MathExpr.MathOp op, CoreDatatype.XSD leftDatatype, CoreDatatype.XSD rightDatatype) private static Literal
XMLDatatypeMathUtil.operationsBetweenCalendarAndDuration
(Literal calendarLit, Literal durationLit, MathExpr.MathOp op, ValueFactory vf) private static Literal
XMLDatatypeMathUtil.operationsBetweenDurationAndCalendar
(Literal durationLit, Literal calendarLit, MathExpr.MathOp op, ValueFactory vf) private static Literal
XMLDatatypeMathUtil.operationsBetweenDurationAndDecimal
(Literal durationLit, Literal decimalLit, MathExpr.MathOp op, ValueFactory vf) private static Literal
XMLDatatypeMathUtil.operationsBetweenDurations
(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf) -
Uses of MathExpr.MathOp in org.eclipse.rdf4j.query.parser.sparql.ast
Fields in org.eclipse.rdf4j.query.parser.sparql.ast declared as MathExpr.MathOpMethods in org.eclipse.rdf4j.query.parser.sparql.ast that return MathExpr.MathOpMethods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type MathExpr.MathOp -
Uses of MathExpr.MathOp in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin that return MathExpr.MathOpMethods in org.eclipse.rdf4j.spin with parameters of type MathExpr.MathOpModifier and TypeMethodDescriptionprivate Value
SpinRenderer.SpinVisitor.toValue
(MathExpr.MathOp op)