Package io.trino.plugin.redis
Class RedisColumnHandle
- java.lang.Object
-
- io.trino.plugin.redis.RedisColumnHandle
-
- All Implemented Interfaces:
DecoderColumnHandle,ColumnHandle,Comparable<RedisColumnHandle>
public final class RedisColumnHandle extends Object implements DecoderColumnHandle, Comparable<RedisColumnHandle>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(RedisColumnHandle otherHandle)booleanequals(Object obj)StringgetDataFormat()StringgetFormatHint()StringgetMapping()StringgetName()intgetOrdinalPosition()TypegetType()inthashCode()booleanisHidden()booleanisInternal()booleanisKeyDecoder()StringtoString()
-
-
-
Method Detail
-
getOrdinalPosition
public int getOrdinalPosition()
-
getName
public String getName()
- Specified by:
getNamein interfaceDecoderColumnHandle
-
getType
public Type getType()
- Specified by:
getTypein interfaceDecoderColumnHandle
-
getMapping
public String getMapping()
- Specified by:
getMappingin interfaceDecoderColumnHandle
-
getDataFormat
public String getDataFormat()
- Specified by:
getDataFormatin interfaceDecoderColumnHandle
-
getFormatHint
public String getFormatHint()
- Specified by:
getFormatHintin interfaceDecoderColumnHandle
-
isKeyDecoder
public boolean isKeyDecoder()
-
isHidden
public boolean isHidden()
-
isInternal
public boolean isInternal()
- Specified by:
isInternalin interfaceDecoderColumnHandle
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceColumnHandle- Overrides:
hashCodein classObject
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfaceColumnHandle- Overrides:
equalsin classObject
-
compareTo
public int compareTo(RedisColumnHandle otherHandle)
- Specified by:
compareToin interfaceComparable<RedisColumnHandle>
-
-