Returns the file path without the fs scheme prefix such as "local:" prefix for local file system.
| 119 | /// Returns the file path without the fs scheme prefix such as "local:" prefix |
| 120 | /// for local file system. |
| 121 | virtual std::string_view extractPath(std::string_view path) const { |
| 122 | BOLT_NYI(); |
| 123 | } |
| 124 | |
| 125 | /// Returns a ReadFile handle for a given file path |
| 126 | virtual std::unique_ptr<ReadFile> openFileForRead( |