java.lang.Object
org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
org.eclipse.persistence.jpa.jpql.tools.resolver.MathFunctionResolver
Direct Known Subclasses:
MathFunctionResolver.Ceiling, MathFunctionResolver.Floor, MathFunctionResolver.Round

public abstract class MathFunctionResolver extends Resolver
This Resolver is responsible to calculate the IType based on the type of the math function expression. The valid type is a Number type.

The math function takes a numeric argument and returns a number (integer, float, or double) of the same type as the argument to the function.