[[arrow::export]]
| 42 | |
| 43 | // [[arrow::export]] |
| 44 | std::string Scalar__ToString(const std::shared_ptr<arrow::Scalar>& s) { |
| 45 | return s->ToString(); |
| 46 | } |
| 47 | |
| 48 | // [[arrow::export]] |
| 49 | std::shared_ptr<arrow::Scalar> StructScalar__field( |
no test coverage detected