Package io.trino.type
Class Json2016Type
java.lang.Object
io.trino.spi.type.AbstractType
io.trino.spi.type.AbstractVariableWidthType
io.trino.type.Json2016Type
- 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
Modifier and TypeMethodDescriptiongetObjectValue(ConnectorSession session, Block block, int position) voidwriteObject(BlockBuilder blockBuilder, Object value) Methods 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, 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
-
JSON_2016
-
-
Constructor Details
-
Json2016Type
public Json2016Type()
-
-
Method Details
-
getObjectValue
-
getObject
- Specified by:
getObjectin interfaceType- Overrides:
getObjectin classAbstractType
-
writeObject
- Specified by:
writeObjectin interfaceType- Overrides:
writeObjectin classAbstractType
-