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

Function ChunkedArray__View

r/src/chunkedarray.cpp:77–81  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

75
76// [[arrow::export]]
77std::shared_ptr<arrow::ChunkedArray> ChunkedArray__View(
78 const std::shared_ptr<arrow::ChunkedArray>& array,
79 const std::shared_ptr<arrow::DataType>& type) {
80 return ValueOrStop(array->View(type));
81}
82
83// [[arrow::export]]
84void ChunkedArray__Validate(const std::shared_ptr<arrow::ChunkedArray>& chunked_array) {

Callers 1

Calls 2

ValueOrStopFunction · 0.85
ViewMethod · 0.45

Tested by

no test coverage detected