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

Function _arrow_StructArray__Flatten

r/src/arrowExports.cpp:261–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259// array.cpp
260cpp11::list StructArray__Flatten(const std::shared_ptr<arrow::StructArray>& array);
261extern "C" SEXP _arrow_StructArray__Flatten(SEXP array_sexp){
262BEGIN_CPP11
263 arrow::r::Input<const std::shared_ptr<arrow::StructArray>&>::type array(array_sexp);
264 return cpp11::as_sexp(StructArray__Flatten(array));
265END_CPP11
266}
267// array.cpp
268std::shared_ptr<arrow::DataType> ListArray__value_type(const std::shared_ptr<arrow::ListArray>& array);
269extern "C" SEXP _arrow_ListArray__value_type(SEXP array_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
StructArray__FlattenFunction · 0.85

Tested by

no test coverage detected