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

Moved code from arrow2 and added tests #110

Closed
wants to merge 10 commits into from
Closed

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Mar 28, 2022

This PR moves some code from arrow2 to here, so that others can benefit from these representations when deserializing pages to other formats.

The core idea is the concept of a "page state", a struct that is O(1) to create and contains the state a DataPage as a set of slices or iterators representing the state of a partially deserialized page.

This was inspired by a similar abstraction by @pacman82 at https://github.com/pacman82/odbc-api

Also closes #109 and adds many tests

@jorgecarleitao jorgecarleitao added the enhancement New feature or request label Mar 28, 2022
@jorgecarleitao jorgecarleitao deleted the deserialize branch March 30, 2022 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Renamed ParquetError to Error
1 participant