ava6969 opened a new issue, #35226: URL: https://github.com/apache/arrow/issues/35226
### Describe the usage question you have. Please include as many useful details as possible. I recently have been accessing const raw data from ArrayData holding doubles. by doing the following auto ptr = reinterpret_cast<const double*>(m_array->data()->buffers[1]->data()) + m_array->offset(); std::span<double> view(ptr, m_array->length); i found when null values exist they are 0; which is fine for my application. but are they are any other thing i should be thinking of. ### 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org