[[arrow::export]]
| 151 | |
| 152 | // [[arrow::export]] |
| 153 | bool Array__ApproxEquals(const std::shared_ptr<arrow::Array>& lhs, |
| 154 | const std::shared_ptr<arrow::Array>& rhs) { |
| 155 | return lhs->ApproxEquals(rhs); |
| 156 | } |
| 157 | |
| 158 | // [[arrow::export]] |
| 159 | std::string Array__Diff(const std::shared_ptr<arrow::Array>& lhs, |
no test coverage detected