| create() |  | 0% | | n/a | 1 | 1 | 11 | 11 | 1 | 1 |
| addTable(String, String, Table, List) |  | 0% | | n/a | 1 | 1 | 5 | 5 | 1 | 1 |
| TestingSemiTransactionalHiveMetastore(HdfsEnvironment, ExtendedHiveMetastore, ListeningExecutorService, boolean, boolean, boolean, ColumnConverterProvider) |  | 0% | | n/a | 1 | 1 | 4 | 4 | 1 | 1 |
| getTable(MetastoreContext, String, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| getPartitionNamesByFilter(MetastoreContext, HiveTableHandle, Map) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| getTable(MetastoreContext, HiveTableHandle) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| getAllDatabases(MetastoreContext) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| getDatabase(MetastoreContext, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| getAllTables(MetastoreContext, 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 |
| generatePageSinkMetadata(MetastoreContext, SchemaTableName) |  | 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 |
| setTableStatistics(MetastoreContext, Table, PartitionStatistics) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| setPartitionStatistics(MetastoreContext, Table, Map) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| createTable(ConnectorSession, Table, PrincipalPrivileges, Optional, boolean, PartitionStatistics, List) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| dropTable(HdfsContext, String, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| replaceView(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 |
| finishInsertIntoExistingTable(ConnectorSession, String, String, Path, List, PartitionStatistics) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| truncateUnpartitionedTable(ConnectorSession, String, String) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| getPartitionNames(MetastoreContext, 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 |
| getPartitionsByNames(MetastoreContext, String, String, List) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| addPartition(ConnectorSession, String, String, String, boolean, Partition, Path, PartitionStatistics) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| dropPartition(ConnectorSession, String, String, String, List) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| finishInsertIntoExistingPartition(ConnectorSession, String, String, String, List, Path, List, PartitionStatistics) |  | 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 |
| 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 |
| listTablePrivileges(MetastoreContext, String, String, PrestoPrincipal) |  | 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 |
| declareIntentionToWrite(HdfsContext, MetastoreContext, LocationHandle.WriteMode, Path, Optional, SchemaTableName, boolean) |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| commit() |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| rollback() |  | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| setPartitionNames(List) |  | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |