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

Function _arrow_io___Writable__write

r/src/arrowExports.cpp:3812–3819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3810// io.cpp
3811void io___Writable__write(const std::shared_ptr<arrow::io::Writable>& stream, const std::shared_ptr<arrow::Buffer>& buf);
3812extern "C" SEXP _arrow_io___Writable__write(SEXP stream_sexp, SEXP buf_sexp){
3813BEGIN_CPP11
3814 arrow::r::Input<const std::shared_ptr<arrow::io::Writable>&>::type stream(stream_sexp);
3815 arrow::r::Input<const std::shared_ptr<arrow::Buffer>&>::type buf(buf_sexp);
3816 io___Writable__write(stream, buf);
3817 return R_NilValue;
3818END_CPP11
3819}
3820// io.cpp
3821r_vec_size io___OutputStream__Tell(const std::shared_ptr<arrow::io::OutputStream>& stream);
3822extern "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