Uses of Class
io.trino.spi.type.CharType
Packages that use CharType
-
Uses of CharType in io.trino.spi.type
Methods in io.trino.spi.type that return CharTypeModifier and TypeMethodDescriptionstatic CharTypeCharType.createCharType(int length) static CharTypeCharType.createCharType(long length) Deprecated.Methods in io.trino.spi.type with parameters of type CharTypeModifier and TypeMethodDescriptionstatic io.airlift.slice.Slicestatic StringPads String with spaces to givenCharType's length in code points.static io.airlift.slice.SliceChars.truncateToLengthAndTrimSpaces(io.airlift.slice.Slice slice, CharType charType)
createCharType(int)instead.