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

Method getRelativePath

src/Storages/MergeTree/DataPartStorageOnDiskBase.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78std::string DataPartStorageOnDiskBase::getRelativePath() const
79{
80 return fs::path(root_path) / part_dir / "";
81}
82
83std::string DataPartStorageOnDiskBase::getParentDirectory() const
84{

Callers 15

backupDataMethod · 0.80
backupDataMethod · 0.80
buildMethod · 0.80
checkSizeMethod · 0.80
calculatePartSizeSafeFunction · 0.80
preparePartForCommitMethod · 0.80
getTemporaryDirectoryMethod · 0.80
createHardLinkFromMethod · 0.80
copyFileFromMethod · 0.80
isMovingPartMethod · 0.80
removeIfNeededMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected