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

Method Write

cpp/src/arrow/filesystem/azurefs.cc:1175–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1173 }
1174
1175 Status Write(const std::shared_ptr<Buffer>& buffer) override {
1176 return DoWrite(buffer->data(), buffer->size(), buffer);
1177 }
1178
1179 Status Write(const void* data, int64_t nbytes) override {
1180 return DoWrite(data, nbytes);

Callers 1

DoWriteMethod · 0.45

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected