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

Function _arrow_io___BufferOutputStream__Write

r/src/arrowExports.cpp:3827–3834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3825// io.cpp
3826void io___BufferOutputStream__Write(const std::shared_ptr<arrow::io::BufferOutputStream>& stream, cpp11::raws bytes);
3827extern "C" SEXP _arrow_io___BufferOutputStream__Write(SEXP stream_sexp, SEXP bytes_sexp){
3828BEGIN_CPP11
3829 arrow::r::Input<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp);
3830 arrow::r::Input<cpp11::raws>::type bytes(bytes_sexp);
3831 io___BufferOutputStream__Write(stream, bytes);
3832 return R_NilValue;
3833END_CPP11
3834}
3835// io.cpp
3836std::shared_ptr<arrow::io::InputStream> MakeRConnectionInputStream(cpp11::sexp con);
3837extern "C" SEXP _arrow_MakeRConnectionInputStream(SEXP con_sexp){

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected