Package io.trino.plugin.geospatial
Class BingTileType
java.lang.Object
io.trino.spi.type.AbstractType
io.trino.spi.type.AbstractLongType
io.trino.plugin.geospatial.BingTileType
- 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 TypeMethodDescriptiongetObjectValue(ConnectorSession session, Block block, int position) booleanMethods inherited from class io.trino.spi.type.AbstractLongType
appendTo, createBlockBuilder, createBlockBuilder, createFixedSizeBlockBuilder, getFixedSize, getFlatFixedSize, getLong, getTypeOperatorDeclaration, hash, isComparable, writeLongMethods inherited from class io.trino.spi.type.AbstractType
equals, getBoolean, getDisplayName, getDouble, getJavaType, getObject, getSlice, getTypeParameters, getTypeSignature, getValueBlockType, hashCode, 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
-
BING_TILE
-
NAME
- See Also:
-
-
Method Details
-
isOrderable
public boolean isOrderable()- Specified by:
isOrderablein interfaceType- Overrides:
isOrderablein classAbstractLongType
-
getObjectValue
-