jsjtxietian opened a new pull request, #38027: URL: https://github.com/apache/arrow/pull/38027
### Rationale for this change Just like we have PrimitiveArray::raw_values, we could also have a span converter for easier consumption. ### What changes are included in this PR? Since the semantic is similar to `raw_values()`, I add the `values_span()` method for every array type that has a `raw_values()` method, including `FixedSizeBinaryArray`、`NumericArray`、`DayTimeIntervalArray` and `MonthDayNanoIntervalArray`. ### Are these changes tested? No, but I'm happy to add some test if needed. ### Are there any user-facing changes? Yes, new public functions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
