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/11/01 18:48:04 UTC

[GitHub] [arrow-julia] baumgold commented on issue #353: Add an indexable variant of Arrow.Stream

baumgold commented on issue #353:
URL: https://github.com/apache/arrow-julia/issues/353#issuecomment-1298960939

   I don't think this is possible.  The Arrow file format is a series of FlatBuffer messages that are not indexed and therefore have to be iterated over.  More concretely, the `BatchIterator` doesn't support random access.


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