Package io.trino.plugin.redis
Class RedisTableFieldDescription
- java.lang.Object
-
- io.trino.plugin.redis.RedisTableFieldDescription
-
public final class RedisTableFieldDescription extends Object
Json description to parse a single field from a Redis key/value row. SeeRedisTableDescriptionfor more details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetComment()StringgetDataFormat()StringgetFormatHint()StringgetMapping()StringgetName()TypegetType()inthashCode()booleanisHidden()StringtoString()
-