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

Function _arrow_io___OutputStream__Tell

r/src/arrowExports.cpp:3779–3784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3777// io.cpp
3778r_vec_size io___OutputStream__Tell(const std::shared_ptr<arrow::io::OutputStream>& stream);
3779extern "C" SEXP _arrow_io___OutputStream__Tell(SEXP stream_sexp){
3780BEGIN_CPP11
3781 arrow::r::Input<const std::shared_ptr<arrow::io::OutputStream>&>::type stream(stream_sexp);
3782 return cpp11::as_sexp(io___OutputStream__Tell(stream));
3783END_CPP11
3784}
3785// io.cpp
3786std::shared_ptr<arrow::io::FileOutputStream> io___FileOutputStream__Open(const std::string& path);
3787extern "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