Skip to content

Count() and Count(Distinct )should accept multiple exprs #5619

@mingmwang

Description

@mingmwang

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions