Package io.trino.type
Class ColorType
java.lang.Object
io.trino.spi.type.AbstractType
io.trino.spi.type.AbstractIntType
io.trino.type.ColorType
- All Implemented Interfaces:
FixedWidthType,Type
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.spi.type.Type
Type.Range -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleangetObjectValue(ConnectorSession session, Block block, int position) inthashCode()booleanMethods inherited from class io.trino.spi.type.AbstractIntType
appendTo, checkValueValid, createBlockBuilder, createBlockBuilder, createFixedSizeBlockBuilder, getFixedSize, getFlatFixedSize, getInt, getLong, getTypeOperatorDeclaration, isComparable, writeInt, writeLongMethods inherited from class io.trino.spi.type.AbstractType
getBoolean, getDisplayName, getDouble, getJavaType, getObject, getSlice, getTypeParameters, getTypeSignature, getValueBlockType, toString, writeBoolean, writeDouble, writeObject, writeSlice, writeSliceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.trino.spi.type.FixedWidthType
getFlatVariableWidthSize, isFlatVariableWidth, relocateFlatVariableWidthOffsetsMethods inherited from interface io.trino.spi.type.Type
getBaseName, getBoolean, getDiscreteValues, getDisplayName, getDouble, getJavaType, getNextValue, getObject, getPreviousValue, getRange, getSlice, getTypeId, getTypeParameters, getTypeSignature, getValueBlockType, writeBoolean, writeDouble, writeObject, writeSlice, writeSlice
-
Field Details
-
COLOR
-
NAME
- See Also:
-
-
Method Details
-
isOrderable
public boolean isOrderable()- Specified by:
isOrderablein interfaceType- Overrides:
isOrderablein classAbstractIntType
-
getObjectValue
-
equals
- Overrides:
equalsin classAbstractType
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractType
-