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