-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for spilling aggregations over sorted inputs (#7526)
Summary: SortedAggregations accumulates raw inputs by group. It spill these inputs as ARRAY(VARBINARY()) using RowContainer::extractSerializedRows and loads it back using RowContainer::storeSerializedRow. Fixes #7455 Pull Request resolved: #7526 Reviewed By: xiaoxmeng Differential Revision: D51232496 Pulled By: mbasmanova fbshipit-source-id: 976dfb04c5cef1697376c4b55edc0ff55fe9bdd6
- Loading branch information
1 parent
6775fd9
commit 6401b7b
Showing
5 changed files
with
125 additions
and
31 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
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