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

Function _arrow_io___BufferOutputStream__Finish

r/src/arrowExports.cpp:3854–3859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3852// io.cpp
3853std::shared_ptr<arrow::Buffer> io___BufferOutputStream__Finish(const std::shared_ptr<arrow::io::BufferOutputStream>& stream);
3854extern "C" SEXP _arrow_io___BufferOutputStream__Finish(SEXP stream_sexp){
3855BEGIN_CPP11
3856 arrow::r::Input<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp);
3857 return cpp11::as_sexp(io___BufferOutputStream__Finish(stream));
3858END_CPP11
3859}
3860// io.cpp
3861r_vec_size io___BufferOutputStream__Tell(const std::shared_ptr<arrow::io::BufferOutputStream>& stream);
3862extern "C" SEXP _arrow_io___BufferOutputStream__Tell(SEXP stream_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected