java.lang.Object
com.apple.foundationdb.relational.api.fluentsql.expression.NumericFunction<N>
Type Parameters:
N - The type of the function.
All Implemented Interfaces:
ComparableExpressionTrait<N,Expression<N>>, Expression<N>, FunctionLike<N>, NumericExpressionTrait<N>, ScalarExpression<N>

@Immutable @API(EXPERIMENTAL) public class NumericFunction<N extends DataType.NumericType> extends Object implements NumericExpressionTrait<N>, FunctionLike<N>
This represents a numeric function. Please note that this does not support any kind of SQL-like implicit casting at the moment.