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

Function _arrow_io___BufferOutputStream__Write

r/src/arrowExports.cpp:3870–3877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3868// io.cpp
3869void io___BufferOutputStream__Write(const std::shared_ptr<arrow::io::BufferOutputStream>& stream, cpp11::raws bytes);
3870extern "C" SEXP _arrow_io___BufferOutputStream__Write(SEXP stream_sexp, SEXP bytes_sexp){
3871BEGIN_CPP11
3872 arrow::r::Input<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp);
3873 arrow::r::Input<cpp11::raws>::type bytes(bytes_sexp);
3874 io___BufferOutputStream__Write(stream, bytes);
3875 return R_NilValue;
3876END_CPP11
3877}
3878// io.cpp
3879std::shared_ptr<arrow::io::InputStream> MakeRConnectionInputStream(cpp11::sexp con);
3880extern "C" SEXP _arrow_MakeRConnectionInputStream(SEXP con_sexp){

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected