MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / readMetadataFile

Method readMetadataFile

src/Databases/DatabaseReplicated.cpp:2457–2462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2455}
2456
2457String DatabaseReplicated::readMetadataFile(const String & table_name) const
2458{
2459 auto db_disk = getDisk();
2460 auto file_path = getObjectMetadataPath(table_name);
2461 return DB::readMetadataFile(db_disk, file_path);
2462}
2463
2464
2465std::vector<std::pair<ASTPtr, StoragePtr>>

Callers

nothing calls this directly

Calls 1

readMetadataFileFunction · 0.85

Tested by

no test coverage detected