VedantRalekar opened a new pull request, #50310: URL: https://github.com/apache/arrow/pull/50310
## What changes were proposed in this pull request? This PR adds a `GetSpan()` convenience method to `ArrayData`, similar to the existing `GetSpan()` implementation in `ArraySpan`. ## Why are the changes needed? `ArraySpan` already provides a convenient way to access buffer data as `std::span`, while `ArrayData` does not. This change adds a similar API to improve consistency and make span-based buffer access easier. Fixes #50251. -- 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]
