Class CassandraSchemaFactory

java.lang.Object
org.apache.calcite.adapter.cassandra.CassandraSchemaFactory
All Implemented Interfaces:
SchemaFactory

public class CassandraSchemaFactory extends Object implements SchemaFactory
Factory that creates a CassandraSchema.
  • Field Details

    • LOGGER

      protected static final org.slf4j.Logger LOGGER
  • Constructor Details

    • CassandraSchemaFactory

      public CassandraSchemaFactory()
  • Method Details

    • create

      public Schema create(SchemaPlus parentSchema, String name, Map<String,Object> operand)
      Description copied from interface: SchemaFactory
      Creates a Schema.
      Specified by:
      create in interface SchemaFactory
      Parameters:
      parentSchema - Parent schema
      name - Name of this schema
      operand - The "operand" JSON property
      Returns:
      Created schema