forked from apache/horaedb
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: write hybrid storage format (apache#185)
* add convert_to_hybrid * add parquet encoder to keep schema consistent between writer and record * use buffer to build list array * fields support all primitive array * support bitmap * check tsid in try_new * fix CR, add more docs * fix clippy * rename field column to non key column * fix clippy * fix wrong data type size * fix reviews * fix naming convertion, add is_collapsible_column method * fix clippy * null bimap init to 1 to avoid unnecessory operation
- Loading branch information
1 parent
96a0dc9
commit 1cefda7
Showing
9 changed files
with
900 additions
and
68 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.