Package io.trino.plugin.geospatial
Class KdbTreeType
java.lang.Object
io.trino.spi.type.AbstractType
io.trino.spi.type.AbstractVariableWidthType
io.trino.plugin.geospatial.KdbTreeType
- 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 -
Method Summary
Modifier and TypeMethodDescriptionintintgetFlatVariableWidthSize(Block block, int position) getObjectValue(ConnectorSession session, Block block, int position) getTypeOperatorDeclaration(TypeOperators typeOperators) intrelocateFlatVariableWidthOffsets(byte[] fixedSizeSlice, int fixedSizeOffset, byte[] variableSizeSlice, int variableSizeOffset) voidwriteObject(BlockBuilder blockBuilder, Object value) Methods inherited from class io.trino.spi.type.AbstractVariableWidthType
appendTo, createBlockBuilder, createBlockBuilder, isFlatVariableWidthMethods inherited from class io.trino.spi.type.AbstractType
equals, getBoolean, getDisplayName, getDouble, getJavaType, getLong, getSlice, getTypeParameters, getTypeSignature, getValueBlockType, hashCode, isComparable, isOrderable, toString, writeBoolean, writeDouble, writeLong, writeSlice, writeSliceMethods 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, getPreviousValue, getRange, getSlice, getTypeId, getTypeParameters, getTypeSignature, getValueBlockType, isComparable, isOrderable, writeBoolean, writeDouble, writeLong, writeSlice, writeSlice
-
Field Details
-
KDB_TREE
-
NAME
- See Also:
-
-
Method Details
-
getTypeOperatorDeclaration
- Specified by:
getTypeOperatorDeclarationin interfaceType- Overrides:
getTypeOperatorDeclarationin classAbstractVariableWidthType
-
getObjectValue
-
writeObject
- Specified by:
writeObjectin interfaceType- Overrides:
writeObjectin classAbstractType
-
getObject
- Specified by:
getObjectin interfaceType- Overrides:
getObjectin classAbstractType
-
getFlatFixedSize
public int getFlatFixedSize()- Specified by:
getFlatFixedSizein interfaceType- Overrides:
getFlatFixedSizein classAbstractVariableWidthType
-
getFlatVariableWidthSize
- Specified by:
getFlatVariableWidthSizein interfaceType- Overrides:
getFlatVariableWidthSizein classAbstractVariableWidthType
-
relocateFlatVariableWidthOffsets
public int relocateFlatVariableWidthOffsets(byte[] fixedSizeSlice, int fixedSizeOffset, byte[] variableSizeSlice, int variableSizeOffset) - Specified by:
relocateFlatVariableWidthOffsetsin interfaceType- Overrides:
relocateFlatVariableWidthOffsetsin classAbstractVariableWidthType
-