Package io.trino.type
Class TypeUtils
- java.lang.Object
-
- io.trino.type.TypeUtils
-
public final class TypeUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intNULL_HASH_CODE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckElementNotNull(boolean isNull, String errorMsg)static intexpectedValueSize(Type type, int defaultSize)static StringgetDisplayLabel(Type type, boolean legacy)
-
-
-
Field Detail
-
NULL_HASH_CODE
public static final int NULL_HASH_CODE
- See Also:
- Constant Field Values
-
-