You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/28 20:41:09 UTC

[GitHub] [arrow-rs] alamb commented on issue #1352: Expose an `advance` method on builders

alamb commented on issue #1352:
URL: https://github.com/apache/arrow-rs/issues/1352#issuecomment-1054643652


   I wonder if we could just add `advance()` to the ListBuilder interface. 
   
   I am a little worried about adding a ` pub advance()` function to all the builders that simply leaves the values undefined as it would be fairly easy to misuse.
   
   Maybe we `ListBuilder::advance` could be `pub` and the `advance()` functions on the value builders could be `pub(crate)` 🤔 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org