paleolimbot opened a new issue, #264:
URL: https://github.com/apache/arrow-nanoarrow/issues/264

   After #258 we can build interval arrays...we should add the parallel getter 
so that we can read them! Probably mirroring the `ArrowDecimal` version:
   
   ```c
   static inline void ArrowArrayViewGetIntervalUnsafe(struct ArrowArrayView* 
array_view,
                                                     int64_t i, struct 
ArrowInterval* out)
   ```


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