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

Function _arrow_ipc___ReadRecordBatch__InputStream__Schema

r/src/arrowExports.cpp:4924–4930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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){
4925BEGIN_CPP11
4926 arrow::r::Input<const std::shared_ptr<arrow::io::InputStream>&>::type stream(stream_sexp);
4927 arrow::r::Input<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
4928 return cpp11::as_sexp(ipc___ReadRecordBatch__InputStream__Schema(stream, schema));
4929END_CPP11
4930}
4931// recordbatch.cpp
4932std::shared_ptr<arrow::RecordBatch> RecordBatch__from_arrays(SEXP schema_sxp, SEXP lst);
4933extern "C" SEXP _arrow_RecordBatch__from_arrays(SEXP schema_sxp_sexp, SEXP lst_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected