Package org.apache.calcite.adapter.redis
Class RedisTableFactory
java.lang.Object
org.apache.calcite.adapter.redis.RedisTableFactory
- All Implemented Interfaces:
- TableFactory
Implementation of 
TableFactory for Redis.
 A table corresponds to what Redis calls a "data source".
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptioncreate(SchemaPlus schema, String tableName, Map operand, @Nullable RelDataType rowType) Creates a Table.
- 
Field Details- 
INSTANCE
 
- 
- 
Method Details- 
createpublic Table create(SchemaPlus schema, String tableName, Map operand, @Nullable RelDataType rowType) Description copied from interface:TableFactoryCreates a Table.- Specified by:
- createin interface- TableFactory
- Parameters:
- schema- Schema this table belongs to
- tableName- Name of this table
- operand- The "operand" JSON property
- rowType- Row type. Specified if the "columns" JSON property.
- Returns:
- created table
 
 
-