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

Method empty

src/Databases/DatabaseHDFS.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183bool DatabaseHDFS::empty() const
184{
185 std::lock_guard lock(mutex);
186 return loaded_tables.empty();
187}
188
189ASTPtr DatabaseHDFS::getCreateDatabaseQueryImpl() const
190{

Callers 4

DatabaseHDFSMethod · 0.45
getTablePathMethod · 0.45
registerDatabaseHDFSFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected