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

Function _arrow_io___BufferOutputStream__Tell

r/src/arrowExports.cpp:3862–3867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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){
3863BEGIN_CPP11
3864 arrow::r::Input<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp);
3865 return cpp11::as_sexp(io___BufferOutputStream__Tell(stream));
3866END_CPP11
3867}
3868// io.cpp
3869void io___BufferOutputStream__Write(const std::shared_ptr<arrow::io::BufferOutputStream>& stream, cpp11::raws bytes);
3870extern "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