Interface NumericExpressionTrait<N extends DataType.NumericType>

Type Parameters:
N - The type of the function.
All Superinterfaces:
ComparableExpressionTrait<N,Expression<N>>, Expression<N>, ScalarExpression<N>
All Known Subinterfaces:
Mixins.DoubleExpressionFragment, Mixins.DoubleField, Mixins.FloatExpressionFragment, Mixins.FloatField, Mixins.IntExpressionFragment, Mixins.IntField, Mixins.LongExpressionFragment, Mixins.LongField
All Known Implementing Classes:
NumericFunction, NumericLiteral

@Immutable public interface NumericExpressionTrait<N extends DataType.NumericType> extends ComparableExpressionTrait<N,Expression<N>>
This is a mixin of numerical operations. Please note that this does not support any kind of SQL-like implicit casting at the moment.