Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce sum_distinct() function to dataframe #2407

Open
Tracked by #2406
WinkerDu opened this issue May 2, 2022 · 1 comment
Open
Tracked by #2406

Introduce sum_distinct() function to dataframe #2407

WinkerDu opened this issue May 2, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@WinkerDu
Copy link
Contributor

WinkerDu commented May 2, 2022

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
see #2405 , a dataframe interace for sum(distinct) usage

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@alamb
Copy link
Contributor

alamb commented May 2, 2022

Perhaps a function like sum_distinct (following the pattern of count_distinct) would be good

https://github.com/apache/arrow-datafusion/blob/c3c02cf5e881c9c5020ad87417716dd932e69a69/datafusion/core/src/logical_plan/mod.rs#L43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants