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

Method getDataSourceDescription

src/Backups/BackupEntryReference.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42DataSourceDescription BackupEntryReference::getDataSourceDescription() const
43{
44 throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Data source description not implemented for reference backup entries");
45}
46
47}

Callers 15

copyFileToDiskMethod · 0.45
copyFileFromDiskMethod · 0.45
copyFileToDiskMethod · 0.45
copyFileFromDiskMethod · 0.45
checkPathFunction · 0.45
BackupReaderDiskMethod · 0.45
copyFileToDiskMethod · 0.45
BackupWriterDiskMethod · 0.45
copyFileFromDiskMethod · 0.45

Calls 1

ExceptionClass · 0.50

Tested by

no test coverage detected