Package org.apache.calcite.adapter.redis
Class RedisSchemaFactory
java.lang.Object
org.apache.calcite.adapter.redis.RedisSchemaFactory
- All Implemented Interfaces:
SchemaFactory
Factory that creates a
RedisSchema
.
Allows a custom schema to be included in a redis-test-model.json file. See File adapter.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RedisSchemaFactory
public RedisSchemaFactory()
-
-
Method Details
-
create
Description copied from interface:SchemaFactory
Creates a Schema.- Specified by:
create
in interfaceSchemaFactory
- Parameters:
schema
- Parent schemaname
- Name of this schemaoperand
- The "operand" JSON property- Returns:
- Created schema
-