[[arrow::export]]
| 135 | |
| 136 | // [[arrow::export]] |
| 137 | std::string Array__ToString(const std::shared_ptr<arrow::Array>& x) { |
| 138 | return x->ToString(); |
| 139 | } |
| 140 | |
| 141 | // [[arrow::export]] |
| 142 | arrow::Type::type Array__type_id(const std::shared_ptr<arrow::Array>& x) { |
no test coverage detected