Support complete distinct
usage for aggregate expressions
#2406
Labels
enhancement
New feature or request
distinct
usage for aggregate expressions
#2406
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Here are multiple aggregate expressions have not support
distinct
usage yet.Though optimizer
SingleDistinctToGroupBy
(#1315) supports single distinct usage, there are more SQL scenes have not been covered, likeI would like to take effort to work on the following tickets to complete
distinct
usage for aggregate expressionssum(distinct)
support #2405sum_distinct()
function to dataframe #2407avg(distinct)
support #2408avg_distinct()
function to dataframe #2409var(distinct)
support #2410median(distinct)
support #2411(more to be added later)
Describe the solution you'd like
Adds specific aggregate expression support, like
expressions::DistinctSum
forsum(distinct)
Describe alternatives you've considered
No.
Additional context
No.
The text was updated successfully, but these errors were encountered: