Package io.trino.plugin.redis
Class RedisTableHandle
- java.lang.Object
-
- io.trino.plugin.redis.RedisTableHandle
-
- All Implemented Interfaces:
ConnectorTableHandle
public final class RedisTableHandle extends Object implements ConnectorTableHandle
Redis specificConnectorTableHandle.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetKeyDataFormat()StringgetKeyName()StringgetSchemaName()StringgetTableName()StringgetValueDataFormat()inthashCode()SchemaTableNametoSchemaTableName()StringtoString()
-
-
-
Method Detail
-
getSchemaName
public String getSchemaName()
-
getTableName
public String getTableName()
-
getKeyDataFormat
public String getKeyDataFormat()
-
getKeyName
public String getKeyName()
-
getValueDataFormat
public String getValueDataFormat()
-
toSchemaTableName
public SchemaTableName toSchemaTableName()
-
-