Commits


Adam Lippai authored and Krisztián Szűcs committed af097e67ac1
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 #5558 from alippai/ARROW-6658 and squashes the following commits: 20cddef76 <Andy Grove> fix typo 62372f690 <Andy Grove> Remove unwrap cc32f2219 <Andy Grove> rebase ebc3acbaa <Adam Lippai> ARROW-6658: Implement AVG expression Lead-authored-by: Adam Lippai <adam@rigo.sk> Co-authored-by: Andy Grove <andygrove73@gmail.com> Signed-off-by: Andy Grove <andygrove73@gmail.com>