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

Function _arrow_StructArray__from_RecordBatch

r/src/arrowExports.cpp:253–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251// array.cpp
252std::shared_ptr<arrow::StructArray> StructArray__from_RecordBatch(const std::shared_ptr<arrow::RecordBatch>& batch);
253extern "C" SEXP _arrow_StructArray__from_RecordBatch(SEXP batch_sexp){
254BEGIN_CPP11
255 arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type batch(batch_sexp);
256 return cpp11::as_sexp(StructArray__from_RecordBatch(batch));
257END_CPP11
258}
259// array.cpp
260cpp11::list StructArray__Flatten(const std::shared_ptr<arrow::StructArray>& array);
261extern "C" SEXP _arrow_StructArray__Flatten(SEXP array_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected