paleolimbot commented on PR #396:
URL: https://github.com/apache/arrow-nanoarrow/pull/396#issuecomment-1988462848

   (Sorry for the spam, I keep finding things I haven't responded to!)
   
   > But one downside of this is that there still isn't an easy to use but 
still low-level "ArrowArray"
   
   There's definitely room to expand any one of the `Array`, the `CArray`, or 
the `CArrayView` to fit what people actually want to do with nanoarrow in 
Python. For me the `CArrayView` is more of an internal tool to reduce the 
amount of C anybody needs to write to expose iterators...it's best used if you 
instantiate it once and reuse it for all the chunks in your array. I'll 
workshop some buffer iteration and see if that solves at least part of your 
desire for introspecting the data!


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