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

Function _arrow_io___RandomAccessFile__Tell

r/src/arrowExports.cpp:3691–3696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3689// io.cpp
3690r_vec_size io___RandomAccessFile__Tell(const std::shared_ptr<arrow::io::RandomAccessFile>& x);
3691extern "C" SEXP _arrow_io___RandomAccessFile__Tell(SEXP x_sexp){
3692BEGIN_CPP11
3693 arrow::r::Input<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp);
3694 return cpp11::as_sexp(io___RandomAccessFile__Tell(x));
3695END_CPP11
3696}
3697// io.cpp
3698std::shared_ptr<arrow::Buffer> io___RandomAccessFile__Read0(const std::shared_ptr<arrow::io::RandomAccessFile>& x);
3699extern "C" SEXP _arrow_io___RandomAccessFile__Read0(SEXP x_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected