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

Method loadStoredObjects

src/Databases/DatabaseOverlay.cpp:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void DatabaseOverlay::loadStoredObjects(ContextMutablePtr local_context, LoadingStrictnessLevel mode)
328{
329 for (auto & db : databases)
330 if (!db->isReadOnly())
331 db->loadStoredObjects(local_context, mode);
332}
333
334bool DatabaseOverlay::supportsLoadingInTopologicalOrder() const
335{

Callers 1

loadTablesAsyncMethod · 0.45

Calls 1

isReadOnlyMethod · 0.45

Tested by

no test coverage detected