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

Add support for unsupported Aggregate and Analytic functions #72

Closed
AnastasiiaSergienko opened this issue May 12, 2020 · 0 comments · Fixed by #122
Closed

Add support for unsupported Aggregate and Analytic functions #72

AnastasiiaSergienko opened this issue May 12, 2020 · 0 comments · Fixed by #122
Assignees
Labels
feature Product feature

Comments

@AnastasiiaSergienko
Copy link
Contributor

AnastasiiaSergienko commented May 12, 2020

Aggregate Functions

Unsupported

Partly supported without keywords and OVER clause

Analytic Functions

Unsupported

Partly supported without keywords and OVER clause

Other

@AnastasiiaSergienko AnastasiiaSergienko changed the title Add support for OVER clause for Aggregate and Analytic functions Add support for unsupported Aggregate and Analytic functions May 14, 2020
@AnastasiiaSergienko AnastasiiaSergienko added the feature Product feature label May 14, 2020
@kaklakariada kaklakariada self-assigned this Sep 27, 2021
kaklakariada added a commit that referenced this issue Sep 30, 2021
* Increment minor version, add change notes

* Update changelog version to 4.5.0

* Rename constant to match naming conventions

* Add AnalyticFunction with keyword support

* Remove duplicate code

* Document creating analytic functions

* Initial support for OVER clause

* Add order by to over clause

* Move analytic & aggregate functions to new enum

* Implement units and exclusion for over clause

* Apply suggestions from code review

Co-authored-by: jakobbraun <jakob.braun@posteo.de>

* Remove WindowClause

This will be implemented in #128

* Update dependencies in changelog

* Add javadoc

* Add unit tests

* Update user guide

* Update list of aggregate & analytic functions

* Format function names and add links to the documentation

* Update release date

* Apply suggestions from code review

Co-authored-by: jakobbraun <jakob.braun@posteo.de>

* Implement review findings

Co-authored-by: jakobbraun <jakob.braun@posteo.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants