Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ createDirectories
Method
createDirectories
src/Disks/DiskLocal.cpp:331–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
void DiskLocal::createDirectories(const String & path)
332
{
333
fs::create_directories(fs::path(disk_path) / path);
334
}
335
336
void DiskLocal::moveDirectory(const String & from_path, const String & to_path)
337
{
Callers
13
executeImpl
Method · 0.45
removeExistingLogs
Method · 0.45
TEST
Function · 0.45
asyncCopy
Function · 0.45
TemporaryFileOnDisk
Method · 0.45
DiskEncrypted
Method · 0.45
writeFile
Method · 0.45
copyFileFromDisk
Method · 0.45
copyFile
Method · 0.45
SetUp
Method · 0.45
TEST
Function · 0.45
createDatabase
Method · 0.45
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.36
SetUp
Method · 0.36
TEST
Function · 0.36