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

Function isSystemOrInformationSchema

src/Interpreters/loadMetadata.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95static bool isSystemOrInformationSchema(const String & database_name)
96{
97 return database_name == DatabaseCatalog::SYSTEM_DATABASE ||
98 database_name == DatabaseCatalog::INFORMATION_SCHEMA ||
99 database_name == DatabaseCatalog::INFORMATION_SCHEMA_UPPERCASE;
100}
101
102static void loadDatabase(
103 ContextMutablePtr context,

Callers 1

loadMetadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected