Package io.trino.type

Class DecimalOperators.Negation

java.lang.Object
io.trino.type.DecimalOperators.Negation
Enclosing class:
DecimalOperators

public static final class DecimalOperators.Negation extends Object
  • Constructor Details

    • Negation

      public Negation()
  • Method Details

    • negate

      public static long negate(long arg)
    • negate

      public static Int128 negate(Int128 value)