-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve stats convert performance for Binary/String/Boolean arrays (#…
…11319) * add u64 poc. * use env to support the quick bench. * use flatten in builder mode yet. * add new mode. * use Builder in Utf8 and LargeUtf8 page level stats' convert. * use Builder in row group level stats. * eliminate some unnecessary tmp `Vec`s. * remove the quick modify in bench. * process the result return from append_value of FixedSizeBinaryBuilder. * remove the modification of FixedSizeBinary&Bool, and fix the String case. * fix and re-enable the modification of FixedSizeBinary. * fix comments. * use BooleanBuilder to eliminate the collect in BooleanArray case. * fix compile.
- Loading branch information
Showing
1 changed file
with
130 additions
and
85 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