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

good first PR: implement percent_rank and cume_dist built-in window functions #667

Closed
jimexist opened this issue Jul 4, 2021 · 1 comment · Fixed by #1077
Closed

good first PR: implement percent_rank and cume_dist built-in window functions #667

jimexist opened this issue Jul 4, 2021 · 1 comment · Fixed by #1077
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jimexist
Copy link
Member

jimexist commented Jul 4, 2021

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and why for this feature, in addition to the what)

good first PR: implement percent rank and cume dist built-in window functions

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

similar API to that of Postgres or SQLite, following the current rank and dense rank implementation, accompanied by an integration tests

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.

@jimexist jimexist added the enhancement New feature or request label Jul 4, 2021
@alamb alamb added the good first issue Good for newcomers label Oct 2, 2021
@alamb alamb changed the title good first PR: implement percent rank and cume dist built-in window functions good first PR: implement percent rank and cume_dist built-in window functions Oct 2, 2021
@alamb alamb changed the title good first PR: implement percent rank and cume_dist built-in window functions good first PR: implement percent_rank and cume_dist built-in window functions Oct 2, 2021
@alamb
Copy link
Contributor

alamb commented Oct 2, 2021

The idea is to add cume_dist and percent_rank as described in postgres (and elsewhere)

https://www.postgresql.org/docs/10/functions-window.html

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

Successfully merging a pull request may close this issue.

2 participants