| 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){ |
| 4882 | BEGIN_CPP11 |
| 4883 | arrow::r::Input<const std::shared_ptr<arrow::io::InputStream>&>::type stream(stream_sexp); |
| 4884 | arrow::r::Input<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp); |
| 4885 | return cpp11::as_sexp(ipc___ReadRecordBatch__InputStream__Schema(stream, schema)); |
| 4886 | END_CPP11 |
| 4887 | } |
| 4888 | // recordbatch.cpp |
| 4889 | std::shared_ptr<arrow::RecordBatch> RecordBatch__from_arrays(SEXP schema_sxp, SEXP lst); |
| 4890 | extern "C" SEXP _arrow_RecordBatch__from_arrays(SEXP schema_sxp_sexp, SEXP lst_sexp){ |
nothing calls this directly
no test coverage detected