Package org.apache.qpid.server.query.engine.parsing.expression.function.numeric
-
Class Summary Class Description AbsExpression<T> ABS returns the absolute value of a number.RoundExpression<T> ROUND takes a numeric parameter and rounds it to the specified number of decimal places.TruncExpression<T> TRUNC takes a numeric parameter and truncates it to the specified number of decimal places.