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

Function ChunkedArray__chunks

r/src/chunkedarray.cpp:49–52  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

47
48// [[arrow::export]]
49cpp11::list ChunkedArray__chunks(
50 const std::shared_ptr<arrow::ChunkedArray>& chunked_array) {
51 return arrow::r::to_r_list(chunked_array->chunks());
52}
53
54// [[arrow::export]]
55std::shared_ptr<arrow::DataType> ChunkedArray__type(

Callers 1

Calls 2

to_r_listFunction · 0.85
chunksMethod · 0.45

Tested by

no test coverage detected