forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-6658: [Rust][Datafusion] Implement AVG expression
I wasn't sure about the datatypes of sum&count (picked the broadest f64 and i64) also it may or may not be better to implement this as SUM()/COUNT(). Either way the changes from mod.rs are needed to test SQL with f64 Closes apache#5558 from alippai/ARROW-6658 and squashes the following commits: 20cddef <Andy Grove> fix typo 62372f6 <Andy Grove> Remove unwrap cc32f22 <Andy Grove> rebase ebc3acb <Adam Lippai> ARROW-6658: Implement AVG expression Lead-authored-by: Adam Lippai <[email protected]> Co-authored-by: Andy Grove <[email protected]> Signed-off-by: Andy Grove <[email protected]>
- Loading branch information
Showing
3 changed files
with
268 additions
and
1 deletion.
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