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

Function to_chunks

r/src/array_to_vector.cpp:1363–1365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361}
1362
1363std::shared_ptr<ChunkedArray> to_chunks(const std::shared_ptr<Array>& array) {
1364 return std::make_shared<ChunkedArray>(array);
1365}
1366
1367std::shared_ptr<ChunkedArray> to_chunks(
1368 const std::shared_ptr<ChunkedArray>& chunked_array) {

Callers 1

to_data_frameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected