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

Function _arrow_io___OutputStream__Tell

r/src/arrowExports.cpp:3822–3827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3820// io.cpp
3821r_vec_size io___OutputStream__Tell(const std::shared_ptr<arrow::io::OutputStream>& stream);
3822extern "C" SEXP _arrow_io___OutputStream__Tell(SEXP stream_sexp){
3823BEGIN_CPP11
3824 arrow::r::Input<const std::shared_ptr<arrow::io::OutputStream>&>::type stream(stream_sexp);
3825 return cpp11::as_sexp(io___OutputStream__Tell(stream));
3826END_CPP11
3827}
3828// io.cpp
3829std::shared_ptr<arrow::io::FileOutputStream> io___FileOutputStream__Open(const std::string& path);
3830extern "C" SEXP _arrow_io___FileOutputStream__Open(SEXP path_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
io___OutputStream__TellFunction · 0.85

Tested by

no test coverage detected