Uses of Class
io.trino.plugin.redis.RedisInternalFieldDescription
-
Packages that use RedisInternalFieldDescription Package Description io.trino.plugin.redis -
-
Uses of RedisInternalFieldDescription in io.trino.plugin.redis
Methods in io.trino.plugin.redis that return RedisInternalFieldDescription Modifier and Type Method Description static RedisInternalFieldDescriptionRedisInternalFieldDescription. forColumnName(String columnName)static RedisInternalFieldDescriptionRedisInternalFieldDescription. valueOf(String name)Returns the enum constant of this type with the specified name.static RedisInternalFieldDescription[]RedisInternalFieldDescription. values()Returns an array containing the constants of this enum type, in the order they are declared.
-