Package io.trino.type

Class TypeUtils

java.lang.Object
io.trino.type.TypeUtils

public final class TypeUtils extends Object
  • Field Details

  • Method Details

    • expectedValueSize

      public static int expectedValueSize(Type type, int defaultSize)
    • checkElementNotNull

      public static void checkElementNotNull(boolean isNull, String errorMsg)
    • getDisplayLabel

      public static String getDisplayLabel(Type type, boolean legacy)