pitrou opened a new issue, #37199:
URL: https://github.com/apache/arrow/issues/37199

   ### Describe the enhancement requested
   
   Just like we have `PrimitiveArray::raw_values`, we could also have something 
that returns a `arrow::util::span` for easier consumption:
   ```c++
     const util::span<value_type> values_span() const {
       return util::span(raw_values(), static_cast<size_t>(length_));
     }
   ```
   
   
   ### Component(s)
   
   C++


-- 
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]

Reply via email to