| 831 | } |
| 832 | |
| 833 | bool CopyFromLocal(const std::string& src, const std::string& dst) const override { |
| 834 | throw std::runtime_error( |
| 835 | "SQLFileSystem::CopyFromLocal(const std::string& src, const std::string& dst) " |
| 836 | "is not implemented for SQLFileSystem"); |
| 837 | } |
| 838 | |
| 839 | bool FileExists(const std::string& file) const override { |
| 840 | // WARN() << "SQLFileSystem::FileExists(const std::string& file) return true directly"; |
no outgoing calls