- read() - Method in class org.apache.calcite.adapter.redis.RedisDataProcess
-
- RedisConfig - Class in org.apache.calcite.adapter.redis
-
Set the redis config.
- RedisConfig(String, int, int, String) - Constructor for class org.apache.calcite.adapter.redis.RedisConfig
-
- RedisDataFormat - Enum in org.apache.calcite.adapter.redis
-
Define the data processing type of redis.
- RedisDataProcess - Class in org.apache.calcite.adapter.redis
-
The class with RedisDataProcess.
- RedisDataProcess(Jedis, RedisTableFieldInfo) - Constructor for class org.apache.calcite.adapter.redis.RedisDataProcess
-
- RedisDataType - Enum in org.apache.calcite.adapter.redis
-
All available data type for Redis.
- RedisJedisManager - Class in org.apache.calcite.adapter.redis
-
Manages connections to the Redis nodes.
- RedisJedisManager(String, int, int, String) - Constructor for class org.apache.calcite.adapter.redis.RedisJedisManager
-
- RedisSchemaFactory - Class in org.apache.calcite.adapter.redis
-
Factory that creates a RedisSchema.
- RedisSchemaFactory() - Constructor for class org.apache.calcite.adapter.redis.RedisSchemaFactory
-
- RedisTable - Class in org.apache.calcite.adapter.redis
-
Table mapped onto a redis table.
- RedisTable(RedisSchema, String, RelProtoDataType, Map<String, Object>, String, RedisConfig) - Constructor for class org.apache.calcite.adapter.redis.RedisTable
-
- RedisTableFactory - Class in org.apache.calcite.adapter.redis
-
Implementation of TableFactory for Redis.
- RedisTableFieldInfo - Class in org.apache.calcite.adapter.redis
-
get the redis table's field info.
- RedisTableFieldInfo() - Constructor for class org.apache.calcite.adapter.redis.RedisTableFieldInfo
-