[[arrow::export]]
| 157 | |
| 158 | // [[arrow::export]] |
| 159 | std::string Array__Diff(const std::shared_ptr<arrow::Array>& lhs, |
| 160 | const std::shared_ptr<arrow::Array>& rhs) { |
| 161 | return lhs->Diff(*rhs); |
| 162 | } |
| 163 | |
| 164 | // [[arrow::export]] |
| 165 | std::shared_ptr<arrow::ArrayData> Array__data( |
no test coverage detected