[[arrow::export]]
| 75 | |
| 76 | // [[arrow::export]] |
| 77 | std::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]] |
| 84 | void ChunkedArray__Validate(const std::shared_ptr<arrow::ChunkedArray>& chunked_array) { |
no test coverage detected