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

Function _arrow_io___RandomAccessFile__GetSize

r/src/arrowExports.cpp:3708–3713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3706// io.cpp
3707r_vec_size io___RandomAccessFile__GetSize(const std::shared_ptr<arrow::io::RandomAccessFile>& x);
3708extern "C" SEXP _arrow_io___RandomAccessFile__GetSize(SEXP x_sexp){
3709BEGIN_CPP11
3710 arrow::r::Input<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp);
3711 return cpp11::as_sexp(io___RandomAccessFile__GetSize(x));
3712END_CPP11
3713}
3714// io.cpp
3715bool io___RandomAccessFile__supports_zero_copy(const std::shared_ptr<arrow::io::RandomAccessFile>& x);
3716extern "C" SEXP _arrow_io___RandomAccessFile__supports_zero_copy(SEXP x_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected