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

Function _arrow_io___Readable__Read

r/src/arrowExports.cpp:3638–3644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3636// io.cpp
3637std::shared_ptr<arrow::Buffer> io___Readable__Read(const std::shared_ptr<arrow::io::Readable>& x, int64_t nbytes);
3638extern "C" SEXP _arrow_io___Readable__Read(SEXP x_sexp, SEXP nbytes_sexp){
3639BEGIN_CPP11
3640 arrow::r::Input<const std::shared_ptr<arrow::io::Readable>&>::type x(x_sexp);
3641 arrow::r::Input<int64_t>::type nbytes(nbytes_sexp);
3642 return cpp11::as_sexp(io___Readable__Read(x, nbytes));
3643END_CPP11
3644}
3645// io.cpp
3646void io___InputStream__Close(const std::shared_ptr<arrow::io::InputStream>& x);
3647extern "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