-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-6090: [Rust] [DataFusion] Physical plan for HashAggregate
This PR implements the HashAggregate execution plan. Closes #5191 from andygrove/ARROW-6090 and squashes the following commits: 6004d08 <Andy Grove> Fix conflict from rebase 29f1197 <Andy Grove> manual rebase on ARROW-6563 8bcc84b <Andy Grove> Add support for aggregate queries without a GROUP BY clause eb28a08 <Andy Grove> improved unit test 3d7407b <Andy Grove> Code cleanup and rebase 07b2489 <Andy Grove> Implement HashAggregate exection plan and SUM aggregate function Authored-by: Andy Grove <[email protected]> Signed-off-by: Andy Grove <[email protected]>
- Loading branch information
Showing
7 changed files
with
939 additions
and
30 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
Oops, something went wrong.