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

reading datapage duplicate through readDefinitionLevels and readRleBitPackedHybrid #9

Open
simline opened this issue May 4, 2024 · 1 comment

Comments

@simline
Copy link

simline commented May 4, 2024

readDataPage() function:

1st time: readDefinitionLevels(reader, daph, schemaPath) called readRleBitPackedHybrid

2nd time: readRleBitPackedHybrid(reader, bitWidth, view.byteLength - reader.offset, dataPage)

@simline simline changed the title reading datapage duplicate through readRepetitionLevels and readRleBitPackedHybrid reading datapage duplicate through readDefinitionLevels and readRleBitPackedHybrid May 4, 2024
@simline
Copy link
Author

simline commented May 4, 2024

Pass dictionary info to readRleBitPackedHybrid and readRle, not need dereferenceDictionary and convert anymore, faster again

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