-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature #72: Support aggregate and analytics functions #122
Feature #72: Support aggregate and analytics functions #122
Conversation
…gregate-and-analytics-functions
src/test/java/com/exasol/sql/dql/select/rendering/TestSelectRendering.java
Show resolved
Hide resolved
Co-authored-by: jakobbraun <[email protected]>
This will be implemented in #128
…https://github.com/exasol/sql-statement-builder into feature/72-support-aggregate-and-analytics-functions
src/main/java/com/exasol/sql/dql/select/rendering/SelectRenderer.java
Outdated
Show resolved
Hide resolved
*/ | ||
@Deprecated | ||
public enum ExasolAggregateFunction implements FunctionName { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it stil, work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works with the normal ExasolFunction
. The AnalyticFunction
class requires ExasolAnalyticAggregateFunctions
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
src/main/java/com/exasol/sql/expression/function/exasol/ExasolAggregateFunction.java
Outdated
Show resolved
Hide resolved
src/main/java/com/exasol/sql/expression/function/exasol/ExasolAnalyticFunction.java
Outdated
Show resolved
Hide resolved
src/main/java/com/exasol/sql/expression/function/exasol/ExasolFunction.java
Outdated
Show resolved
Hide resolved
src/main/java/com/exasol/sql/expression/rendering/OverClauseRenderer.java
Outdated
Show resolved
Hide resolved
src/main/java/com/exasol/sql/expression/rendering/OverClauseRenderer.java
Outdated
Show resolved
Hide resolved
Co-authored-by: jakobbraun <[email protected]>
…https://github.com/exasol/sql-statement-builder into feature/72-support-aggregate-and-analytics-functions
Kudos, SonarCloud Quality Gate passed! |
Closes #72
select.md
list_of_supported_exasol_functions.md
Refactorings/changes not implemented here: