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

Method isTableExist

src/Databases/MySQL/DatabaseMySQL.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160bool DatabaseMySQL::isTableExist(const String & name, ContextPtr local_context) const
161{
162 return bool(tryGetTable(name, local_context));
163}
164
165StoragePtr DatabaseMySQL::tryGetTable(const String & mysql_table_name, ContextPtr local_context) const
166{

Callers

nothing calls this directly

Calls 1

tryGetTableFunction · 0.85

Tested by

no test coverage detected