java.lang.Object
org.elasticsearch.xpack.esql.core.expression.predicate.operator.arithmetic.Arithmetics

public final class Arithmetics extends Object
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.