Uses of Class
io.trino.plugin.redis.RedisTableFieldDescription
-
Packages that use RedisTableFieldDescription Package Description io.trino.plugin.redis -
-
Uses of RedisTableFieldDescription in io.trino.plugin.redis
Methods in io.trino.plugin.redis that return types with arguments of type RedisTableFieldDescription Modifier and Type Method Description List<RedisTableFieldDescription>RedisTableFieldGroup. getFields()Constructor parameters in io.trino.plugin.redis with type arguments of type RedisTableFieldDescription Constructor Description RedisTableFieldGroup(String dataFormat, String name, List<RedisTableFieldDescription> fields)
-