getDatabase(MetastoreContext, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
getAllDatabases(MetastoreContext) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
getTable(MetastoreContext, String, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
getSupportedColumnStatistics(MetastoreContext, Type) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
getTableStatistics(MetastoreContext, String, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
getPartitionStatistics(MetastoreContext, String, String, Set) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
updateTableStatistics(MetastoreContext, String, String, Function) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
updatePartitionStatistics(MetastoreContext, String, String, String, Function) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
getAllTables(MetastoreContext, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
getAllViews(MetastoreContext, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
createDatabase(MetastoreContext, Database) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
dropDatabase(MetastoreContext, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
renameDatabase(MetastoreContext, String, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
createTable(MetastoreContext, Table, PrincipalPrivileges, List) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
dropTable(MetastoreContext, String, String, boolean) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
replaceTable(MetastoreContext, String, String, Table, PrincipalPrivileges) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
renameTable(MetastoreContext, String, String, String, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
addColumn(MetastoreContext, String, String, String, HiveType, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
renameColumn(MetastoreContext, String, String, String, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
dropColumn(MetastoreContext, String, String, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
getPartition(MetastoreContext, String, String, List) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
getPartitionNames(MetastoreContext, String, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
getPartitionNamesByFilter(MetastoreContext, String, String, Map) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
getPartitionNamesWithVersionByFilter(MetastoreContext, String, String, Map) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
getPartitionsByNames(MetastoreContext, String, String, List) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
addPartitions(MetastoreContext, String, String, List) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
dropPartition(MetastoreContext, String, String, List, boolean) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
alterPartition(MetastoreContext, String, String, PartitionWithStatistics) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
createRole(MetastoreContext, String, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
dropRole(MetastoreContext, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
listRoles(MetastoreContext) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
grantTablePrivileges(MetastoreContext, String, String, PrestoPrincipal, Set) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
revokeTablePrivileges(MetastoreContext, String, String, PrestoPrincipal, Set) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
listTablePrivileges(MetastoreContext, String, String, PrestoPrincipal) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
grantRoles(MetastoreContext, Set, Set, boolean, PrestoPrincipal) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
revokeRoles(MetastoreContext, Set, Set, boolean, PrestoPrincipal) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
listRoleGrants(MetastoreContext, PrestoPrincipal) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
setPartitionLeases(MetastoreContext, String, String, Map, Duration) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
dropConstraint(MetastoreContext, String, String, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
addConstraint(MetastoreContext, String, String, TableConstraint) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
UnimplementedHiveMetastore() |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |