| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.cache | |
| org.apache.hadoop.hive.metastore.model |
| Modifier and Type | Method and Description |
|---|---|
MTable |
RawStore.ensureGetMTable(String catName,
String dbName,
String tblName) |
MTable |
ObjectStore.ensureGetMTable(String catName,
String dbName,
String tblName)
Gets the table object for a given table, throws if anything goes wrong.
|
| Modifier and Type | Method and Description |
|---|---|
static MTableColumnStatistics |
StatObjectConverter.convertToMTableColumnStatistics(MTable table,
ColumnStatisticsDesc statsDesc,
ColumnStatisticsObj statsObj,
String engine) |
Map<String,String> |
RawStore.updatePartitionColumnStatistics(Table table,
MTable mTable,
ColumnStatistics statsObj,
List<String> partVals,
String validWriteIds,
long writeId) |
Map<String,String> |
ObjectStore.updatePartitionColumnStatistics(Table table,
MTable mTable,
ColumnStatistics colStats,
List<String> partVals,
String validWriteIds,
long writeId) |
| Modifier and Type | Method and Description |
|---|---|
MTable |
CachedStore.ensureGetMTable(String catName,
String dbName,
String tblName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
CachedStore.updatePartitionColumnStatistics(Table table,
MTable mTable,
ColumnStatistics colStats,
List<String> partVals,
String validWriteIds,
long writeId) |
| Modifier and Type | Method and Description |
|---|---|
MTable |
MConstraint.getChildTable() |
MTable |
MConstraint.getParentTable() |
MTable |
MTablePrivilege.getTable() |
MTable |
MMVSource.getTable() |
MTable |
MTableColumnStatistics.getTable() |
MTable |
MPartition.getTable() |
MTable |
MTableColumnPrivilege.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
MConstraint.setChildTable(MTable childTable) |
void |
MConstraint.setParentTable(MTable parentTable) |
void |
MTablePrivilege.setTable(MTable table) |
void |
MMVSource.setTable(MTable table) |
void |
MTableColumnStatistics.setTable(MTable table) |
void |
MPartition.setTable(MTable table) |
void |
MTableColumnPrivilege.setTable(MTable table) |
| Constructor and Description |
|---|
MConstraint(String constraintName,
int position,
int constraintType,
Integer deleteRule,
Integer updateRule,
int enableRelyValidate,
MTable parentTable,
MTable childTable,
MColumnDescriptor parentColumn,
MColumnDescriptor childColumn,
Integer childIntegerIndex,
Integer parentIntegerIndex) |
MConstraint(String constraintName,
int position,
int constraintType,
Integer deleteRule,
Integer updateRule,
int enableRelyValidate,
MTable parentTable,
MTable childTable,
MColumnDescriptor parentColumn,
MColumnDescriptor childColumn,
Integer childIntegerIndex,
Integer parentIntegerIndex,
String defaultValue) |
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) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.