| Modifier and Type | Method and Description |
|---|---|
void |
SemiTransactionalHiveMetastore.createTable(ConnectorSession session,
Table table,
PrincipalPrivileges principalPrivileges,
Optional<org.apache.hadoop.fs.Path> currentPath,
boolean ignoreExisting,
PartitionStatistics statistics)
currentLocation needs to be supplied if a writePath exists for the table. |
void |
RecordingHiveMetastore.createTable(Table table,
PrincipalPrivileges principalPrivileges) |
void |
CachingHiveMetastore.createTable(Table table,
PrincipalPrivileges principalPrivileges) |
void |
HiveMetastore.createTable(Table table,
PrincipalPrivileges principalPrivileges) |
void |
RecordingHiveMetastore.replaceTable(String databaseName,
String tableName,
Table newTable,
PrincipalPrivileges principalPrivileges) |
void |
CachingHiveMetastore.replaceTable(String databaseName,
String tableName,
Table newTable,
PrincipalPrivileges principalPrivileges) |
void |
HiveMetastore.replaceTable(String databaseName,
String tableName,
Table newTable,
PrincipalPrivileges principalPrivileges)
This should only be used if the semantic here is drop and add.
|
void |
SemiTransactionalHiveMetastore.replaceView(String databaseName,
String tableName,
Table table,
PrincipalPrivileges principalPrivileges) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileHiveMetastore.createTable(Table table,
PrincipalPrivileges principalPrivileges) |
void |
FileHiveMetastore.replaceTable(String databaseName,
String tableName,
Table newTable,
PrincipalPrivileges principalPrivileges) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlueHiveMetastore.createTable(Table table,
PrincipalPrivileges principalPrivileges) |
void |
GlueHiveMetastore.replaceTable(String databaseName,
String tableName,
Table newTable,
PrincipalPrivileges principalPrivileges) |
| Modifier and Type | Method and Description |
|---|---|
void |
BridgingHiveMetastore.createTable(Table table,
PrincipalPrivileges principalPrivileges) |
void |
BridgingHiveMetastore.replaceTable(String databaseName,
String tableName,
Table newTable,
PrincipalPrivileges principalPrivileges) |
static org.apache.hadoop.hive.metastore.api.Table |
ThriftMetastoreUtil.toMetastoreApiTable(Table table,
PrincipalPrivileges privileges) |
Copyright © 2012–2019. All rights reserved.