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

Function _arrow_io___RandomAccessFile__GetSize

r/src/arrowExports.cpp:3665–3670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3663// io.cpp
3664r_vec_size io___RandomAccessFile__GetSize(const std::shared_ptr<arrow::io::RandomAccessFile>& x);
3665extern "C" SEXP _arrow_io___RandomAccessFile__GetSize(SEXP x_sexp){
3666BEGIN_CPP11
3667 arrow::r::Input<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp);
3668 return cpp11::as_sexp(io___RandomAccessFile__GetSize(x));
3669END_CPP11
3670}
3671// io.cpp
3672bool io___RandomAccessFile__supports_zero_copy(const std::shared_ptr<arrow::io::RandomAccessFile>& x);
3673extern "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