Class MathFunctions.Truncate

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

public static final class MathFunctions.Truncate extends Object
  • Constructor Details

    • Truncate

      public Truncate()
  • Method Details

    • truncateShort

      public static long truncateShort(long numScale, long num)
    • truncateLong

      public static Int128 truncateLong(long numScale, Int128 num)
    • truncateLongShort

      public static long truncateLongShort(long numScale, Int128 num)