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

Function _arrow_RecordBatch__from_arrays

r/src/arrowExports.cpp:4890–4896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4888// recordbatch.cpp
4889std::shared_ptr<arrow::RecordBatch> RecordBatch__from_arrays(SEXP schema_sxp, SEXP lst);
4890extern "C" SEXP _arrow_RecordBatch__from_arrays(SEXP schema_sxp_sexp, SEXP lst_sexp){
4891BEGIN_CPP11
4892 arrow::r::Input<SEXP>::type schema_sxp(schema_sxp_sexp);
4893 arrow::r::Input<SEXP>::type lst(lst_sexp);
4894 return cpp11::as_sexp(RecordBatch__from_arrays(schema_sxp, lst));
4895END_CPP11
4896}
4897// recordbatch.cpp
4898r_vec_size RecordBatch__ReferencedBufferSize(const std::shared_ptr<arrow::RecordBatch>& batch);
4899extern "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