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 -
Constructor Summary
Constructors -
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, getLong, getSlice, getTypeOperatorDeclaration, hash, isComparable, writeLongMethods inherited from class io.trino.spi.type.AbstractType
equals, getBoolean, getDisplayName, getDouble, getJavaType, getObject, getTypeParameters, getTypeSignature, 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.Type
getBaseName, getBoolean, getDiscreteValues, getDisplayName, getDouble, getJavaType, getNextValue, getObject, getPreviousValue, getRange, getTypeId, getTypeParameters, getTypeSignature, writeBoolean, writeDouble, writeObject, writeSlice, writeSlice
-
Field Details
-
BING_TILE
-
NAME
- See Also:
-
-
Constructor Details
-
BingTileType
public BingTileType()
-
-
Method Details
-
isOrderable
public boolean isOrderable()- Specified by:
isOrderablein interfaceType- Overrides:
isOrderablein classAbstractLongType
-
getObjectValue
-