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

Function io___BufferOutputStream__Finish

r/src/io.cpp:193–196  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

191
192// [[arrow::export]]
193std::shared_ptr<arrow::Buffer> io___BufferOutputStream__Finish(
194 const std::shared_ptr<arrow::io::BufferOutputStream>& stream) {
195 return ValueOrStop(stream->Finish());
196}
197
198// [[arrow::export]]
199r_vec_size io___BufferOutputStream__Tell(

Calls 2

ValueOrStopFunction · 0.85
FinishMethod · 0.45

Tested by

no test coverage detected