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

Function StructArray__Flatten

r/src/array.cpp:229–231  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

227
228// [[arrow::export]]
229cpp11::list StructArray__Flatten(const std::shared_ptr<arrow::StructArray>& array) {
230 return arrow::r::to_r_list(ValueOrStop(array->Flatten()));
231}
232
233// [[arrow::export]]
234std::shared_ptr<arrow::DataType> ListArray__value_type(

Callers 1

Calls 3

to_r_listFunction · 0.85
ValueOrStopFunction · 0.85
FlattenMethod · 0.45

Tested by

no test coverage detected