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

Question: How to deserialize to a columnar format #193

Open
jorgecarleitao opened this issue Sep 12, 2021 · 0 comments
Open

Question: How to deserialize to a columnar format #193

jorgecarleitao opened this issue Sep 12, 2021 · 0 comments

Comments

@jorgecarleitao
Copy link

Hey, Thank you so much for this library!

I am considering deserializing avro to arrow, and I am looking for an efficient way of doing it.

In other row-based formats (CSV, JSON), we have been doing the following:

  1. separate "reading" (Read+Seek -> Vec<Row> or AsyncRead+AsyncSeek -> Future<Vec<Row>>) from "deserializing" (Vec<Row> -> Vec<Columns>)
  2. use a reading to &mut [Row], so that we can use a reuse a single Vec<Row> for multiple "batches of rows".

Could someone offer some guide for doing this?

@jorgecarleitao jorgecarleitao changed the title Question: How to deserialize to a colunmar format Question: How to deserialize to a columnar format Sep 12, 2021
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

1 participant