[[arrow::export]]
| 185 | |
| 186 | // [[arrow::export]] |
| 187 | std::shared_ptr<arrow::Array> Array__View(const std::shared_ptr<arrow::Array>& array, |
| 188 | const std::shared_ptr<arrow::DataType>& type) { |
| 189 | return ValueOrStop(array->View(type)); |
| 190 | } |
| 191 | |
| 192 | // [[arrow::export]] |
| 193 | void Array__Validate(const std::shared_ptr<arrow::Array>& array) { |
no test coverage detected