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

Function _arrow_io___Writable__write

r/src/arrowExports.cpp:3769–3776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3767// io.cpp
3768void io___Writable__write(const std::shared_ptr<arrow::io::Writable>& stream, const std::shared_ptr<arrow::Buffer>& buf);
3769extern "C" SEXP _arrow_io___Writable__write(SEXP stream_sexp, SEXP buf_sexp){
3770BEGIN_CPP11
3771 arrow::r::Input<const std::shared_ptr<arrow::io::Writable>&>::type stream(stream_sexp);
3772 arrow::r::Input<const std::shared_ptr<arrow::Buffer>&>::type buf(buf_sexp);
3773 io___Writable__write(stream, buf);
3774 return R_NilValue;
3775END_CPP11
3776}
3777// io.cpp
3778r_vec_size io___OutputStream__Tell(const std::shared_ptr<arrow::io::OutputStream>& stream);
3779extern "C" SEXP _arrow_io___OutputStream__Tell(SEXP stream_sexp){

Callers

nothing calls this directly

Calls 1

io___Writable__writeFunction · 0.85

Tested by

no test coverage detected