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

Function io___BufferOutputStream__Write

r/src/io.cpp:205–208  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

203
204// [[arrow::export]]
205void io___BufferOutputStream__Write(
206 const std::shared_ptr<arrow::io::BufferOutputStream>& stream, cpp11::raws bytes) {
207 StopIfNotOk(stream->Write(RAW(bytes), bytes.size()));
208}
209
210// ------ RConnectionInputStream / RConnectionOutputStream
211

Callers 1

Calls 3

StopIfNotOkFunction · 0.85
WriteMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected