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

Method AllocateBuffer

cpp/src/arrow/buffer_test.cc:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

NotImplementedFunction · 0.70

Tested by

no test coverage detected