forked from parquet-go/parquet-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add parquet.Dictionary.Page method (parquet-go#116)
* decouple value readers from page types * add Values method to dictionaries * remove parquet.Dictionary.ReadFrom in favor of parquet.Type.ReadDictionary * replace parquet.Dictionary.WriteTo and parquet.Dictionary.Values methods with parquet.Dictionary.Page * revert page reader changes * fix 1.17 build * pass column index to parquet.Type.NewDictionary * fix column index when reading fixed-length byte array dictionaries * fix column index when reading boolean dictionaries on go 1.17 * PR feedback
- Loading branch information
Achille
authored
Mar 30, 2022
1 parent
6723479
commit 542d8f0
Showing
14 changed files
with
698 additions
and
423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.