Package io.trino.plugin.ml.type
Class ClassifierType
java.lang.Object
io.trino.spi.type.AbstractType
io.trino.spi.type.AbstractVariableWidthType
io.trino.plugin.ml.type.ModelType
io.trino.plugin.ml.type.ClassifierType
- All Implemented Interfaces:
Type,VariableWidthType
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.spi.type.Type
Type.Range -
Field Summary
FieldsFields inherited from class io.trino.spi.type.AbstractVariableWidthType
DEFAULT_COMPARABLE_OPERATORS, DEFAULT_ORDERING_OPERATORS, DEFAULT_READ_OPERATORS, EXPECTED_BYTES_PER_ENTRY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.trino.plugin.ml.type.ModelType
getObjectValue, getSlice, writeSlice, writeSliceMethods inherited from class io.trino.spi.type.AbstractVariableWidthType
appendTo, createBlockBuilder, createBlockBuilder, getFlatFixedSize, getFlatVariableWidthSize, getTypeOperatorDeclaration, isFlatVariableWidth, relocateFlatVariableWidthOffsetsMethods inherited from class io.trino.spi.type.AbstractType
equals, getBoolean, getDisplayName, getDouble, getJavaType, getLong, getObject, getTypeSignature, getValueBlockType, hashCode, isComparable, isOrderable, toString, writeBoolean, writeDouble, writeLong, writeObjectMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.trino.spi.type.Type
getBaseName, getBoolean, getDiscreteValues, getDisplayName, getDouble, getJavaType, getLong, getNextValue, getObject, getPreviousValue, getRange, getTypeId, getTypeSignature, getValueBlockType, isComparable, isOrderable, writeBoolean, writeDouble, writeLong, writeObject
-
Field Details
-
BIGINT_CLASSIFIER
-
VARCHAR_CLASSIFIER
-
-
Constructor Details
-
ClassifierType
-
-
Method Details
-
getTypeParameters
- Specified by:
getTypeParametersin interfaceType- Overrides:
getTypeParametersin classAbstractType
-