| 420 | } |
| 421 | |
| 422 | Status WriteString(io::OutputStream* stream, const std::string& s) { |
| 423 | return stream->Write(s.data(), static_cast<int64_t>(s.length())); |
| 424 | } |
| 425 | |
| 426 | std::vector<MockDirInfo> AllDirs() { |
| 427 | return arrow::internal::checked_pointer_cast<MockFileSystem>(fs_)->AllDirs(); |