Uses of Class
org.eclipse.rdf4j.query.algebra.MathExpr.MathOp
-
Packages that use MathExpr.MathOp Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.util org.eclipse.rdf4j.query.parser.sparql.ast SPARQL 1.1 Abstract Syntax Tree (AST) parser.org.eclipse.rdf4j.spin 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.MathOp Modifier and Type Field Description private MathExpr.MathOpMathExpr. operatorMethods in org.eclipse.rdf4j.query.algebra that return MathExpr.MathOp Modifier and Type Method Description MathExpr.MathOpMathExpr. getOperator()static MathExpr.MathOpMathExpr.MathOp. valueOf(java.lang.String name)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.MathOp Modifier and Type Method Description voidMathExpr. setOperator(MathExpr.MathOp operator)Constructors in org.eclipse.rdf4j.query.algebra with parameters of type MathExpr.MathOp Constructor Description MathExpr(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.MathOp Modifier and Type Method Description 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.private static LiteralMathUtil. computeForXsdDecimal(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf)private static LiteralMathUtil. computeForXsdDouble(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf)private static LiteralMathUtil. computeForXsdFloat(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf)private static LiteralMathUtil. computeForXsdInteger(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf)private static CoreDatatype.XSDMathUtil. determineCommonDatatype(MathExpr.MathOp op, CoreDatatype.XSD leftDatatype, CoreDatatype.XSD rightDatatype)private static LiteralXMLDatatypeMathUtil. operationsBetweenCalendarAndDuration(Literal calendarLit, Literal durationLit, MathExpr.MathOp op, ValueFactory vf)private static LiteralXMLDatatypeMathUtil. operationsBetweenDurationAndCalendar(Literal durationLit, Literal calendarLit, MathExpr.MathOp op, ValueFactory vf)private static LiteralXMLDatatypeMathUtil. operationsBetweenDurationAndDecimal(Literal durationLit, Literal decimalLit, MathExpr.MathOp op, ValueFactory vf)private static LiteralXMLDatatypeMathUtil. 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.MathOp Modifier and Type Field Description private MathExpr.MathOpASTMath. operatorMethods in org.eclipse.rdf4j.query.parser.sparql.ast that return MathExpr.MathOp Modifier and Type Method Description MathExpr.MathOpASTMath. getOperator()Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type MathExpr.MathOp Modifier and Type Method Description voidASTMath. setOperator(MathExpr.MathOp operator) -
Uses of MathExpr.MathOp in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin that return MathExpr.MathOp Modifier and Type Method Description private MathExpr.MathOpSpinParser.SpinVisitor. toMathOp(IRI func)Methods in org.eclipse.rdf4j.spin with parameters of type MathExpr.MathOp Modifier and Type Method Description private ValueSpinRenderer.SpinVisitor. toValue(MathExpr.MathOp op)
-