Class AbstractSchemaFactory

java.lang.Object
org.apache.drill.exec.store.AbstractSchemaFactory
All Implemented Interfaces:
SchemaFactory
Direct Known Subclasses:
CassandraRootDrillSchemaFactory, DrillSchemaFactory, DrillSchemaFactory, DruidSchemaFactory, ElasticsearchDrillSchemaFactory, FileSystemSchemaFactory, GoogleSheetsSchemaFactory, HBaseSchemaFactory, HiveSchemaFactory, HttpSchemaFactory, KafkaSchemaFactory, KuduSchemaFactory, MongoSchemaFactory, OpenTSDBSchemaFactory, PhoenixSchemaFactory, SplunkSchemaFactory

public abstract class AbstractSchemaFactory extends Object implements SchemaFactory
Abstract implementation of SchemaFactory, ensures that given schema name is always converted is lower case.
  • Constructor Details

    • AbstractSchemaFactory

      protected AbstractSchemaFactory(String name)
  • Method Details

    • getName

      public String getName()