Uses of Class
org.datanucleus.store.query.inmemory.method.MathFunction
Packages that use MathFunction
Package
Description
Package providing the evaluation of Java methods/functions for use by JDOQL/JPQL in-memory query evaluators.
-
Uses of MathFunction in org.datanucleus.store.query.inmemory.method
Subclasses of MathFunction in org.datanucleus.store.query.inmemory.methodModifier and TypeClassDescriptionclass
Evaluator for the function ABS(numExpr).class
Evaluator for the function ACOS(numExpr).class
Evaluator for the function ASIN(numExpr).class
Evaluator for the function ATAN2(numExpr).class
Evaluator for the function ATAN(numExpr).class
Evaluator for the function CEIL(numExpr).class
Evaluator for the function COSH(numExpr).class
Evaluator for the function COS(numExpr).class
Evaluator for the function COT(numExpr).class
Evaluator for the function DEGREES(numExpr).class
Evaluator for the function EXP(numExpr).class
Evaluator for the function FLOOR(numExpr).class
Evaluator for the function LOG(numExpr).class
Evaluator for the function RADIANS(numExpr).class
Evaluator for the function SIGN(numExpr).class
Evaluator for the function SIN(numExpr).class
Evaluator for the function SINH(numExpr).class
Evaluator for the function SQRT(numExpr).class
Evaluator for the function TAN(numExpr).class
Evaluator for the function TANH(numExpr).