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

Function _arrow_io___BufferOutputStream__Finish

r/src/arrowExports.cpp:3811–3816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3809// io.cpp
3810std::shared_ptr<arrow::Buffer> io___BufferOutputStream__Finish(const std::shared_ptr<arrow::io::BufferOutputStream>& stream);
3811extern "C" SEXP _arrow_io___BufferOutputStream__Finish(SEXP stream_sexp){
3812BEGIN_CPP11
3813 arrow::r::Input<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp);
3814 return cpp11::as_sexp(io___BufferOutputStream__Finish(stream));
3815END_CPP11
3816}
3817// io.cpp
3818r_vec_size io___BufferOutputStream__Tell(const std::shared_ptr<arrow::io::BufferOutputStream>& stream);
3819extern "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