Class CassandraRootDrillSchemaFactory

java.lang.Object
org.apache.drill.exec.store.AbstractSchemaFactory
org.apache.drill.exec.store.cassandra.schema.CassandraRootDrillSchemaFactory
All Implemented Interfaces:
SchemaFactory

public class CassandraRootDrillSchemaFactory extends AbstractSchemaFactory
  • Constructor Details

  • Method Details

    • registerSchemas

      public void registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent)
      Description copied from interface: SchemaFactory
      Register the schemas provided by this SchemaFactory implementation under the given parent schema.
      Parameters:
      schemaConfig - Configuration for schema objects.
      parent - Reference to parent schema.