Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getFileSize
Method
getFileSize
src/Backups/BackupIO_Disk.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
UInt64 BackupReaderDisk::getFileSize(const String & file_name)
28
{
29
return disk->getFileSize(root_path / file_name);
30
}
31
32
std::unique_ptr<ReadBufferFromFileBase> BackupReaderDisk::readFile(const String & file_name)
33
{
Callers
1
copyFileFromDisk
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected