Class RedisSchemaFactory

java.lang.Object
org.apache.calcite.adapter.redis.RedisSchemaFactory
All Implemented Interfaces:
SchemaFactory

public class RedisSchemaFactory extends Object implements SchemaFactory
Factory that creates a RedisSchema.

Allows a custom schema to be included in a redis-test-model.json file. See File adapter.

  • Constructor Details

    • RedisSchemaFactory

      public RedisSchemaFactory()
  • Method Details