| 849 | } |
| 850 | |
| 851 | bool Remove(const std::string& path) const override { |
| 852 | throw std::runtime_error( |
| 853 | "SQLFileSystem::Remove(const std::string& path) " |
| 854 | "is not implemented for SQLFileSystem"); |
| 855 | } |
| 856 | |
| 857 | bool RemoveDir(const std::string& path) const override { |
| 858 | throw std::runtime_error( |
no outgoing calls
no test coverage detected