public class SerDeStorageSchemaReader extends Object
| Constructor and Description |
|---|
SerDeStorageSchemaReader() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.hadoop.hive.metastore.api.FieldSchema> |
readSchema(org.apache.hadoop.hive.metastore.api.Table tbl,
org.apache.hadoop.hive.metastore.api.EnvironmentContext envContext,
org.apache.hadoop.conf.Configuration conf)
Read the schema from the storage representation of the table.
|
public List<org.apache.hadoop.hive.metastore.api.FieldSchema> readSchema(org.apache.hadoop.hive.metastore.api.Table tbl, org.apache.hadoop.hive.metastore.api.EnvironmentContext envContext, org.apache.hadoop.conf.Configuration conf) throws org.apache.hadoop.hive.metastore.api.MetaException
tbl - metastore table objectenvContext - environment contextconf - current configuration fileorg.apache.hadoop.hive.metastore.api.MetaException - if the table storage could not be readCopyright © 2019 The Apache Software Foundation. All Rights Reserved.