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 TypeClassDescriptionclassEvaluator for the function ABS(numExpr).classEvaluator for the function ACOS(numExpr).classEvaluator for the function ASIN(numExpr).classEvaluator for the function ATAN2(numExpr).classEvaluator for the function ATAN(numExpr).classEvaluator for the function CEIL(numExpr).classEvaluator for the function COSH(numExpr).classEvaluator for the function COS(numExpr).classEvaluator for the function COT(numExpr).classEvaluator for the function DEGREES(numExpr).classEvaluator for the function EXP(numExpr).classEvaluator for the function FLOOR(numExpr).classEvaluator for the function LOG(numExpr).classEvaluator for the function RADIANS(numExpr).classEvaluator for the function SIGN(numExpr).classEvaluator for the function SIN(numExpr).classEvaluator for the function SINH(numExpr).classEvaluator for the function SQRT(numExpr).classEvaluator for the function TAN(numExpr).classEvaluator for the function TANH(numExpr).