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
Constructors -
Method Summary
-
Constructor Details
-
RedisSchemaFactory
public RedisSchemaFactory()
-
-
Method Details
-
create
Description copied from interface:SchemaFactoryCreates a Schema.- Specified by:
createin interfaceSchemaFactory- Parameters:
schema- Parent schemaname- Name of this schemaoperand- The "operand" JSON property- Returns:
- Created schema
-