Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
bool DatabaseHDFS::empty() const
184
{
185
std::lock_guard lock(mutex);
186
return loaded_tables.empty();
187
}
188
189
ASTPtr DatabaseHDFS::getCreateDatabaseQueryImpl() const
190
{
Callers
4
DatabaseHDFS
Method · 0.45
getTablePath
Method · 0.45
getCreateDatabaseQueryImpl
Method · 0.45
registerDatabaseHDFS
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected