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

Function to_chunks

r/src/array_to_vector.cpp:1385–1387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1383}
1384
1385std::shared_ptr<ChunkedArray> to_chunks(const std::shared_ptr<Array>& array) {
1386 return std::make_shared<ChunkedArray>(array);
1387}
1388
1389std::shared_ptr<ChunkedArray> to_chunks(
1390 const std::shared_ptr<ChunkedArray>& chunked_array) {

Callers 1

to_data_frameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected