Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consider making it possible to build specific columns from stream data #45

Open
ExpandingMan opened this issue Jul 15, 2019 · 1 comment

Comments

@ExpandingMan
Copy link
Owner

When message batches are sent in the streaming format, in principle it should be very simple to build only specific columns, but the format for some reason is very hostile to this. The issue is that one does not a priori know which nodes and buffers one must use to build the column without iterating through them, and this cannot even be determined uniquely from the schema. So, for now, I'm not supporting this, but it's one of many reasons that building is painfully slow.

@caseykneale
Copy link

Any examples of how to stream Arrow from Julia? :D I just found this package and I am pumped by the possibilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants