Skip navigation links
Apache Calcite
C F G I O P R S V 

C

close() - Method in class org.apache.calcite.adapter.redis.RedisJedisManager
 
create(SchemaPlus, String, Map<String, Object>) - Method in class org.apache.calcite.adapter.redis.RedisSchemaFactory
 
create(SchemaPlus, String, Map, RelDataType) - Method in class org.apache.calcite.adapter.redis.RedisTableFactory
 

F

fromTypeName(String) - Static method in enum org.apache.calcite.adapter.redis.RedisDataFormat
 
fromTypeName(String) - Static method in enum org.apache.calcite.adapter.redis.RedisDataType
 

G

getDatabase() - Method in class org.apache.calcite.adapter.redis.RedisConfig
 
getDataFormat() - Method in class org.apache.calcite.adapter.redis.RedisTableFieldInfo
 
getFields() - Method in class org.apache.calcite.adapter.redis.RedisTableFieldInfo
 
getHost() - Method in class org.apache.calcite.adapter.redis.RedisConfig
 
getJedisPool() - Method in class org.apache.calcite.adapter.redis.RedisJedisManager
 
getKeyDelimiter() - Method in class org.apache.calcite.adapter.redis.RedisTableFieldInfo
 
getPassword() - Method in class org.apache.calcite.adapter.redis.RedisConfig
 
getPort() - Method in class org.apache.calcite.adapter.redis.RedisConfig
 
getResource() - Method in class org.apache.calcite.adapter.redis.RedisJedisManager
 
getRowType(RelDataTypeFactory) - Method in class org.apache.calcite.adapter.redis.RedisTable
 
getTableName() - Method in class org.apache.calcite.adapter.redis.RedisTableFieldInfo
 
getTypeName() - Method in enum org.apache.calcite.adapter.redis.RedisDataFormat
 
getTypeName() - Method in enum org.apache.calcite.adapter.redis.RedisDataType
 

I

INSTANCE - Static variable in class org.apache.calcite.adapter.redis.RedisTableFactory
 

O

org.apache.calcite.adapter.redis - package org.apache.calcite.adapter.redis
Redis adapter.

P

parse(List<String>) - Method in class org.apache.calcite.adapter.redis.RedisDataProcess
 

R

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
 

S

scan(DataContext) - Method in class org.apache.calcite.adapter.redis.RedisTable
 
setDataFormat(String) - Method in class org.apache.calcite.adapter.redis.RedisTableFieldInfo
 
setFields(List<LinkedHashMap<String, Object>>) - Method in class org.apache.calcite.adapter.redis.RedisTableFieldInfo
 
setKeyDelimiter(String) - Method in class org.apache.calcite.adapter.redis.RedisTableFieldInfo
 
setTableName(String) - Method in class org.apache.calcite.adapter.redis.RedisTableFieldInfo
 

V

valueOf(String) - Static method in enum org.apache.calcite.adapter.redis.RedisDataFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.adapter.redis.RedisDataType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.calcite.adapter.redis.RedisDataFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.adapter.redis.RedisDataType
Returns an array containing the constants of this enum type, in the order they are declared.
C F G I O P R S V 
Skip navigation links
Apache Calcite

Copyright © 2012-2025 Apache Software Foundation. All Rights Reserved.