Package io.trino.plugin.redis
Class RedisTableDescriptionSupplier
- java.lang.Object
-
- io.trino.plugin.redis.RedisTableDescriptionSupplier
-
- All Implemented Interfaces:
Supplier<Map<SchemaTableName,RedisTableDescription>>
public class RedisTableDescriptionSupplier extends Object implements Supplier<Map<SchemaTableName,RedisTableDescription>>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<SchemaTableName,RedisTableDescription>get()
-
-
-
Method Detail
-
get
public Map<SchemaTableName,RedisTableDescription> get()
- Specified by:
getin interfaceSupplier<Map<SchemaTableName,RedisTableDescription>>
-
-