Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.model |
Modifier and Type | Method and Description |
---|---|
static MTableColumnStatistics |
StatObjectConverter.convertToMTableColumnStatistics(MTable table,
org.apache.hadoop.hive.metastore.api.ColumnStatisticsDesc statsDesc,
org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj statsObj) |
Modifier and Type | Method and Description |
---|---|
MTable |
MConstraint.getChildTable() |
MTable |
MIndex.getIndexTable() |
MTable |
MIndex.getOrigTable() |
MTable |
MConstraint.getParentTable() |
MTable |
MPartition.getTable() |
MTable |
MTableColumnPrivilege.getTable() |
MTable |
MTablePrivilege.getTable() |
MTable |
MTableColumnStatistics.getTable() |
Modifier and Type | Method and Description |
---|---|
Set<MTable> |
MCreationMetadata.getTables() |
Modifier and Type | Method and Description |
---|---|
void |
MConstraint.setChildTable(MTable ft) |
void |
MIndex.setIndexTable(MTable indexTable) |
void |
MIndex.setOrigTable(MTable origTable) |
void |
MConstraint.setParentTable(MTable pt) |
void |
MPartition.setTable(MTable table) |
void |
MTableColumnPrivilege.setTable(MTable table) |
void |
MTablePrivilege.setTable(MTable table) |
void |
MTableColumnStatistics.setTable(MTable table) |
Modifier and Type | Method and Description |
---|---|
void |
MCreationMetadata.setTables(Set<MTable> tables) |
Constructor and Description |
---|
MConstraint(String constraintName,
int constraintType,
int position,
Integer deleteRule,
Integer updateRule,
int enableRelyValidate,
MTable parentTable,
MTable childTable,
MColumnDescriptor parentColumn,
MColumnDescriptor childColumn,
Integer childIntegerIndex,
Integer parentIntegerIndex) |
MConstraint(String constraintName,
int constraintType,
int position,
Integer deleteRule,
Integer updateRule,
int enableRelyValidate,
MTable parentTable,
MTable childTable,
MColumnDescriptor parentColumn,
MColumnDescriptor childColumn,
Integer childIntegerIndex,
Integer parentIntegerIndex,
String defaultValue) |
MIndex(String indexName,
MTable baseTable,
int createTime,
int lastAccessTime,
Map<String,String> parameters,
MTable indexTable,
MStorageDescriptor sd,
String indexHandlerClass,
boolean deferredRebuild) |
MPartition(String partitionName,
MTable table,
List<String> values,
int createTime,
int lastAccessTime,
MStorageDescriptor sd,
Map<String,String> parameters) |
MTableColumnPrivilege(String principalName,
String principalType,
MTable table,
String columnName,
String privileges,
int createTime,
String grantor,
String grantorType,
boolean grantOption,
String authorizer) |
MTablePrivilege(String principalName,
String principalType,
MTable table,
String privilege,
int createTime,
String grantor,
String grantorType,
boolean grantOption,
String authorizer) |
Constructor and Description |
---|
MCreationMetadata(String catName,
String dbName,
String tblName,
Set<MTable> tables,
String txnList,
long materializationTime) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.