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

Method readEncryptedFile

src/Disks/IDisk.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119std::unique_ptr<ReadBufferFromFileBase> IDisk::readEncryptedFile(const String &, const ReadSettings &) const
120{
121 throw Exception(ErrorCodes::NOT_IMPLEMENTED, "File encryption is not implemented for disk of type {}", getDataSourceDescription().type);
122}
123
124std::unique_ptr<WriteBufferFromFileBase> IDisk::writeEncryptedFile(const String &, size_t, WriteMode, const WriteSettings &) const
125{

Callers 5

copyFileFromDiskMethod · 0.45
copyFileFromDiskMethod · 0.45
getReadBufferMethod · 0.45
getReadBufferMethod · 0.45
readFileFunction · 0.45

Calls 1

ExceptionClass · 0.50

Tested by

no test coverage detected