forked from xitongsys/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.RowBuilder (xitongsys#457)
* add parquet.RowBuilder * fixes for parquet row generation * add parquet.(*RowBuilder).Next * move all merge code to merge.go (xitongsys#458) * move all merge code to merge.go * add example * add benchmark for parquet.(*RowBuilder).Add * initialize FIXED_LEN_BYTE_ARRAY columns to non-null zero-value * make it OK to call Next if the repetition level is zero
- Loading branch information
Achille
authored
Dec 14, 2022
1 parent
efaee6e
commit fe0b2f5
Showing
7 changed files
with
894 additions
and
401 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
Oops, something went wrong.