Class Arithmetics
java.lang.Object
org.elasticsearch.xpack.esql.core.expression.predicate.operator.arithmetic.Arithmetics
Arithmetic operation using the type widening rules of the JLS 5.6.2 namely
widen to double or float or long or int in this order.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
add
-
sub
-
mul
-
div
-
mod
-
asBigInteger
-