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

Function _arrow_io___RandomAccessFile__ReadAt

r/src/arrowExports.cpp:3707–3714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3705// io.cpp
3706std::shared_ptr<arrow::Buffer> io___RandomAccessFile__ReadAt(const std::shared_ptr<arrow::io::RandomAccessFile>& x, int64_t position, int64_t nbytes);
3707extern "C" SEXP _arrow_io___RandomAccessFile__ReadAt(SEXP x_sexp, SEXP position_sexp, SEXP nbytes_sexp){
3708BEGIN_CPP11
3709 arrow::r::Input<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp);
3710 arrow::r::Input<int64_t>::type position(position_sexp);
3711 arrow::r::Input<int64_t>::type nbytes(nbytes_sexp);
3712 return cpp11::as_sexp(io___RandomAccessFile__ReadAt(x, position, nbytes));
3713END_CPP11
3714}
3715// io.cpp
3716cpp11::strings io___RandomAccessFile__ReadMetadata(const std::shared_ptr<arrow::io::RandomAccessFile>& x);
3717extern "C" SEXP _arrow_io___RandomAccessFile__ReadMetadata(SEXP x_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected