| 4871 | // recordbatch.cpp |
| 4872 | cpp11::raws ipc___SerializeRecordBatch__Raw(const std::shared_ptr<arrow::RecordBatch>& batch); |
| 4873 | extern "C" SEXP _arrow_ipc___SerializeRecordBatch__Raw(SEXP batch_sexp){ |
| 4874 | BEGIN_CPP11 |
| 4875 | arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp); |
| 4876 | return cpp11::as_sexp(ipc___SerializeRecordBatch__Raw(batch)); |
| 4877 | END_CPP11 |
| 4878 | } |
| 4879 | // recordbatch.cpp |
| 4880 | std::shared_ptr<arrow::RecordBatch> ipc___ReadRecordBatch__InputStream__Schema(const std::shared_ptr<arrow::io::InputStream>& stream, const std::shared_ptr<arrow::Schema>& schema); |
| 4881 | extern "C" SEXP _arrow_ipc___ReadRecordBatch__InputStream__Schema(SEXP stream_sexp, SEXP schema_sexp){ |
nothing calls this directly
no test coverage detected