amoeba commented on issue #383: URL: https://github.com/apache/arrow-cookbook/issues/383#issuecomment-3155686873
Hi @Miro-Andrin, thanks for filing an issue. The specifics about the various Java ValueVector routines are covered in the main docs at https://arrow.apache.org/docs/java/vector.html and I think they do a pretty good job as an introduction to these classes, including covering `allocateNew` and `set`/`setSafe`. The cookbooks (this repo) document common patterns that don't make sense in the primary docs and the code you shared is a common pattern. Do you have an alternative approach you use often you'd like to add to the cookbook? -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org