| 825 | } |
| 826 | |
| 827 | bool CopyToLocal(const std::string& src, const std::string& dst) const override { |
| 828 | throw std::runtime_error( |
| 829 | "SQLFileSystem::CopyToLocal(const std::string& src, const std::string& dst) " |
| 830 | "is not implemented for SQLFileSystem"); |
| 831 | } |
| 832 | |
| 833 | bool CopyFromLocal(const std::string& src, const std::string& dst) const override { |
| 834 | throw std::runtime_error( |
no outgoing calls