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

Function _arrow_io___Readable__Read

r/src/arrowExports.cpp:3681–3687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3679// io.cpp
3680std::shared_ptr<arrow::Buffer> io___Readable__Read(const std::shared_ptr<arrow::io::Readable>& x, int64_t nbytes);
3681extern "C" SEXP _arrow_io___Readable__Read(SEXP x_sexp, SEXP nbytes_sexp){
3682BEGIN_CPP11
3683 arrow::r::Input<const std::shared_ptr<arrow::io::Readable>&>::type x(x_sexp);
3684 arrow::r::Input<int64_t>::type nbytes(nbytes_sexp);
3685 return cpp11::as_sexp(io___Readable__Read(x, nbytes));
3686END_CPP11
3687}
3688// io.cpp
3689void io___InputStream__Close(const std::shared_ptr<arrow::io::InputStream>& x);
3690extern "C" SEXP _arrow_io___InputStream__Close(SEXP x_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
io___Readable__ReadFunction · 0.85

Tested by

no test coverage detected