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

Function _arrow_io___BufferOutputStream__Tell

r/src/arrowExports.cpp:3819–3824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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){
3820BEGIN_CPP11
3821 arrow::r::Input<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp);
3822 return cpp11::as_sexp(io___BufferOutputStream__Tell(stream));
3823END_CPP11
3824}
3825// io.cpp
3826void io___BufferOutputStream__Write(const std::shared_ptr<arrow::io::BufferOutputStream>& stream, cpp11::raws bytes);
3827extern "C" SEXP _arrow_io___BufferOutputStream__Write(SEXP stream_sexp, SEXP bytes_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected