MCPcopy Create free account
hub / github.com/apache/arrow / GetBufferWriter

Method GetBufferWriter

cpp/src/arrow/buffer_test.cc:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 Result<std::shared_ptr<io::OutputStream>> GetBufferWriter(
110 std::shared_ptr<Buffer> buf) override {
111 return Status::NotImplemented("");
112 }
113
114 protected:
115 Result<std::shared_ptr<Buffer>> CopyBufferFrom(

Callers

nothing calls this directly

Calls 1

NotImplementedFunction · 0.70

Tested by

no test coverage detected