| 103 | } |
| 104 | |
| 105 | Result<std::unique_ptr<Buffer>> AllocateBuffer(int64_t size) override { |
| 106 | return Status::NotImplemented(""); |
| 107 | } |
| 108 | |
| 109 | Result<std::shared_ptr<io::OutputStream>> GetBufferWriter( |
| 110 | std::shared_ptr<Buffer> buf) override { |
nothing calls this directly
no test coverage detected