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
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