| 83 | } |
| 84 | |
| 85 | void IDatabase::loadTablesMetadata(ContextPtr /*local_context*/, ParsedTablesMetadata & /*metadata*/, bool /*is_startup*/) |
| 86 | { |
| 87 | throw Exception(ErrorCodes::LOGICAL_ERROR, "Not implemented"); |
| 88 | } |
| 89 | |
| 90 | void IDatabase::loadTableFromMetadata( |
| 91 | ContextMutablePtr /*local_context*/, |
no test coverage detected