| 873 | } |
| 874 | |
| 875 | std::vector<std::string> ListFiles(const std::string& dir, |
| 876 | std::vector<size_t>* f_sizes = nullptr, |
| 877 | bool full_path = true) const override { |
| 878 | throw std::runtime_error( |
| 879 | "ListFiles(const std::string& dir, " |
| 880 | "std::vector<size_t>* f_sizes = nullptr) const override " |
| 881 | "is not implemented for SQLFileSystem"); |
| 882 | } |
| 883 | |
| 884 | std::vector<std::string> ListSubDirs(const std::string& dir, |
| 885 | bool full_path = true) const override { |
no outgoing calls