Class HiveTableWrapper.FieldSchemaWrapper

java.lang.Object
org.apache.drill.exec.store.hive.HiveTableWrapper.FieldSchemaWrapper
Enclosing class:
HiveTableWrapper

public static class HiveTableWrapper.FieldSchemaWrapper extends Object
  • Field Details

  • Constructor Details

    • FieldSchemaWrapper

      public FieldSchemaWrapper(String name, String type, String comment)
    • FieldSchemaWrapper

      public FieldSchemaWrapper(org.apache.hadoop.hive.metastore.api.FieldSchema fieldSchema)
  • Method Details

    • getFieldSchema

      public org.apache.hadoop.hive.metastore.api.FieldSchema getFieldSchema()