paleolimbot commented on issue #8:
URL: https://github.com/apache/arrow-nanoarrow/issues/8#issuecomment-1195980100

   Maybe the first step is not a builder class then...as per #5, a `struct 
ArrowArray` is already just a "bag of `struct ArrowBuffer`s" that can can be 
reserved/appended. Then we can do `ArrowInt32BuilderAppendInteger(struct 
ArrowArray* array, int32_t* values, int64_t n)` as a macro/inlined function.


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