Class MathFunctions.Round

java.lang.Object
io.trino.operator.scalar.MathFunctions.Round
Enclosing class:
MathFunctions

public static final class MathFunctions.Round extends Object
  • Method Details

    • roundShort

      public static long roundShort(long numScale, long num)
    • roundLongLong

      public static Int128 roundLongLong(long numScale, Int128 num)
    • roundLongShort

      public static long roundLongShort(long numScale, Int128 num)