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

Method BackupEntryFromSmallFile

src/Backups/BackupEntryFromSmallFile.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32BackupEntryFromSmallFile::BackupEntryFromSmallFile(const String & file_path_, const ReadSettings & read_settings_)
33 : file_path(file_path_)
34 , data_source_description(DiskLocal::getLocalDataSourceDescription(file_path_))
35 , data(readFile(file_path_, read_settings_))
36{
37}
38
39BackupEntryFromSmallFile::BackupEntryFromSmallFile(const DiskPtr & disk_, const String & file_path_, const ReadSettings & read_settings_, bool copy_encrypted_)
40 : disk(disk_)

Callers

nothing calls this directly

Calls 2

readFileFunction · 0.70

Tested by

no test coverage detected