Package io.trino.plugin.hive.type
Class BaseCharTypeInfo
java.lang.Object
io.trino.plugin.hive.type.TypeInfo
io.trino.plugin.hive.type.PrimitiveTypeInfo
io.trino.plugin.hive.type.BaseCharTypeInfo
- Direct Known Subclasses:
CharTypeInfo,VarcharTypeInfo
public abstract sealed class BaseCharTypeInfo
extends PrimitiveTypeInfo
permits CharTypeInfo, VarcharTypeInfo
-
Field Summary
Fields inherited from class io.trino.plugin.hive.type.PrimitiveTypeInfo
typeName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcharTypeName(String typeName, int length) intfinal StringMethods inherited from class io.trino.plugin.hive.type.PrimitiveTypeInfo
equals, getCategory, getDeclaredFieldsRetainedSizeInBytes, getPrimitiveCategory, getRetainedSizeInBytes, hashCode
-
Constructor Details
-
BaseCharTypeInfo
-
-
Method Details
-
getLength
public int getLength() -
getTypeName
- Overrides:
getTypeNamein classPrimitiveTypeInfo
-
charTypeName
-