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

Method readFile

src/Backups/BackupImpl.cpp:797–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795}
796
797std::unique_ptr<ReadBufferFromFileBase> BackupImpl::readFile(const String & file_name) const
798{
799 return readFile(file_name, getFileSizeAndChecksum(file_name));
800}
801
802std::unique_ptr<ReadBufferFromFileBase> BackupImpl::readFile(const String & file_name, const SizeAndChecksum & size_and_checksum) const
803{

Callers 10

findTableInBackupImplMethod · 0.45
copyFileFromDiskMethod · 0.45
getReadBufferMethod · 0.45
getReadBufferMethod · 0.45
readFileFunction · 0.45
openArchiveMethod · 0.45
readBackupMetadataMethod · 0.45
readFileByObjectKeyMethod · 0.45
readFileImplMethod · 0.45

Calls 1

readFileFunction · 0.70

Tested by

no test coverage detected