Count() and Count(Distinct )should accept multiple exprs
Open
enhancement
- Dominant language
- Rust
- Stars
- 9.3k
- Forks
- 2.4k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 344
Description
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
Both SparkSQL and SnowFlake support such SQLs:
`select count(col1, col2) from demo;`
`select count(distinct col1, col2) from demo;`
**Describe the solution you'd like**
**Describe alternatives you've considered**
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.