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

Method getMetadataHash

src/Databases/DatabaseReplicated.cpp:938–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938UInt64 DatabaseReplicated::getMetadataHash(const String & table_name) const
939{
940 return DB::getMetadataHash(table_name, readMetadataFile(table_name));
941}
942
943LoadTaskPtr DatabaseReplicated::startupDatabaseAsync(AsyncLoader & async_loader, LoadJobSet startup_after, LoadingStrictnessLevel mode)
944{

Callers

nothing calls this directly

Calls 2

getMetadataHashFunction · 0.85
readMetadataFileFunction · 0.85

Tested by

no test coverage detected