forked from facebookincubator/velox
-
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.
Implement toIntermediate for merging HLL
Summary: For the queries that read HLL digests from table and call `merge` on them, we used to create empty accumulator and merge it with the serialized digest, and then serialize the merged accumulator again, resulting in wasted CPU. Fix this by passing the serialized digests directly in case of abandon partial aggregation. Differential Revision: D55935663
- Loading branch information
1 parent
845f13c
commit 4f9656d
Showing
2 changed files
with
43 additions
and
0 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