[[arrow::export]]
| 36 | |
| 37 | // [[arrow::export]] |
| 38 | std::shared_ptr<arrow::Scalar> Array__GetScalar(const std::shared_ptr<arrow::Array>& x, |
| 39 | int64_t i) { |
| 40 | return ValueOrStop(x->GetScalar(i)); |
| 41 | } |
| 42 | |
| 43 | // [[arrow::export]] |
| 44 | std::string Scalar__ToString(const std::shared_ptr<arrow::Scalar>& s) { |
no test coverage detected