WillAyd opened a new issue, #593: URL: https://github.com/apache/arrow-nanoarrow/issues/593
Right now if you were to use the C++ library with nanoarrow and read in a stream of two dimensional objects, you would: 1. Use the `ViewArrayStream` class to iterate the stream 2. Manually loop over each schema / array in the StructArray 3. Use the `ViewArrayAs` class to iterate the individual array views Not sure if this falls in the scope of nanoarrow or if its something for sparrow, but I think it would make sense to add an iterator for step 2 -- 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]
