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

Function _arrow_ipc___SerializeRecordBatch__Raw

r/src/arrowExports.cpp:4916–4921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4914// recordbatch.cpp
4915cpp11::raws ipc___SerializeRecordBatch__Raw(const std::shared_ptr<arrow::RecordBatch>& batch);
4916extern "C" SEXP _arrow_ipc___SerializeRecordBatch__Raw(SEXP batch_sexp){
4917BEGIN_CPP11
4918 arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
4919 return cpp11::as_sexp(ipc___SerializeRecordBatch__Raw(batch));
4920END_CPP11
4921}
4922// recordbatch.cpp
4923std::shared_ptr<arrow::RecordBatch> ipc___ReadRecordBatch__InputStream__Schema(const std::shared_ptr<arrow::io::InputStream>& stream, const std::shared_ptr<arrow::Schema>& schema);
4924extern "C" SEXP _arrow_ipc___ReadRecordBatch__InputStream__Schema(SEXP stream_sexp, SEXP schema_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected