Class AbstractSchemaFactory

java.lang.Object
org.apache.drill.exec.store.AbstractSchemaFactory
All Implemented Interfaces:
SchemaFactory
Direct Known Subclasses:
DrillSchemaFactory, FileSystemSchemaFactory

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()