Conversation
| Avg(avg::Avg), | ||
| Cmp(cmp::Cmp), | ||
| Count(count::Count), | ||
| Count(von::Count), |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| (AggregateFunction::Count, false) => { | ||
| Ok(Self::Count(count::Count::new(target.column()))) | ||
| } | ||
| (AggregateFunction::Count, false) => Ok(Self::Count(von::Count::new(target.column()))), |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
✅ All modified and coverable lines are covered by tests.
📢 Thoughts on this report? Let us know!
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We absolutely have to merge this 😆
sgrif
deleted the
sg-shitpost
branch
This file contains hidden or 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


