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

Function _arrow_RecordBatch__from_arrays

r/src/arrowExports.cpp:4933–4939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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){
4934BEGIN_CPP11
4935 arrow::r::Input<SEXP>::type schema_sxp(schema_sxp_sexp);
4936 arrow::r::Input<SEXP>::type lst(lst_sexp);
4937 return cpp11::as_sexp(RecordBatch__from_arrays(schema_sxp, lst));
4938END_CPP11
4939}
4940// recordbatch.cpp
4941r_vec_size RecordBatch__ReferencedBufferSize(const std::shared_ptr<arrow::RecordBatch>& batch);
4942extern "C" SEXP _arrow_RecordBatch__ReferencedBufferSize(SEXP batch_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
RecordBatch__from_arraysFunction · 0.85

Tested by

no test coverage detected