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

Function io___Writable__write

r/src/io.cpp:156–159  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

154
155// [[arrow::export]]
156void io___Writable__write(const std::shared_ptr<arrow::io::Writable>& stream,
157 const std::shared_ptr<arrow::Buffer>& buf) {
158 StopIfNotOk(stream->Write(buf->data(), buf->size()));
159}
160
161// ------- arrow::io::OutputStream
162

Callers 1

Calls 4

StopIfNotOkFunction · 0.85
WriteMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected