Package io.trino.plugin.hive.type
Class TypeInfoFactory
java.lang.Object
io.trino.plugin.hive.type.TypeInfoFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic CharTypeInfogetCharTypeInfo(int length) static DecimalTypeInfogetDecimalTypeInfo(int precision, int scale) static TypeInfogetListTypeInfo(TypeInfo elementTypeInfo) static TypeInfogetMapTypeInfo(TypeInfo keyTypeInfo, TypeInfo valueTypeInfo) static PrimitiveTypeInfogetPrimitiveTypeInfo(String typeName) static TypeInfogetStructTypeInfo(List<String> names, List<TypeInfo> typeInfos) static TypeInfogetUnionTypeInfo(List<TypeInfo> typeInfos) static VarcharTypeInfogetVarcharTypeInfo(int length)
-
Method Details
-
getPrimitiveTypeInfo
-
getCharTypeInfo
-
getVarcharTypeInfo
-
getDecimalTypeInfo
-
getStructTypeInfo
-
getUnionTypeInfo
-
getListTypeInfo
-
getMapTypeInfo
-