Package | Description |
---|---|
org.apache.hadoop.hive.druid | |
org.apache.hadoop.hive.ql.metadata | |
org.apache.hadoop.hive.ql.metadata.formatting |
Modifier and Type | Class and Description |
---|---|
class |
DruidStorageHandlerInfo
DruidStorageHandlerInfo provides a runtime information for DruidStorageHandler.
|
Modifier and Type | Field and Description |
---|---|
static StorageHandlerInfo |
DruidStorageHandlerInfo.UNREACHABLE |
Modifier and Type | Method and Description |
---|---|
StorageHandlerInfo |
DruidStorageHandler.getStorageHandlerInfo(org.apache.hadoop.hive.metastore.api.Table table) |
Modifier and Type | Method and Description |
---|---|
StorageHandlerInfo |
Hive.getStorageHandlerInfo(Table table) |
default StorageHandlerInfo |
HiveStorageHandler.getStorageHandlerInfo(org.apache.hadoop.hive.metastore.api.Table table)
Used to fetch runtime information about storage handler during DESCRIBE EXTENDED statement
|
Modifier and Type | Method and Description |
---|---|
void |
JsonMetaDataFormatter.describeTable(DataOutputStream out,
String colPath,
String tableName,
Table tbl,
Partition part,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> cols,
boolean isFormatted,
boolean isExt,
boolean isOutputPadded,
List<org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj> colStats,
PrimaryKeyInfo pkInfo,
ForeignKeyInfo fkInfo,
UniqueConstraint ukInfo,
NotNullConstraint nnInfo,
DefaultConstraint dInfo,
CheckConstraint cInfo,
StorageHandlerInfo storageHandlerInfo)
Describe table.
|
void |
MetaDataFormatter.describeTable(DataOutputStream out,
String colPath,
String tableName,
Table tbl,
Partition part,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> cols,
boolean isFormatted,
boolean isExt,
boolean isOutputPadded,
List<org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj> colStats,
PrimaryKeyInfo pkInfo,
ForeignKeyInfo fkInfo,
UniqueConstraint ukInfo,
NotNullConstraint nnInfo,
DefaultConstraint dInfo,
CheckConstraint cInfo,
StorageHandlerInfo storageHandlerInfo)
Describe table.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.