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

AST: support to generate self-composable aggregate functions #60

Closed
mahjonp opened this issue Jun 10, 2020 · 1 comment · Fixed by #65
Closed

AST: support to generate self-composable aggregate functions #60

mahjonp opened this issue Jun 10, 2020 · 1 comment · Fixed by #65

Comments

@mahjonp
Copy link
Collaborator

mahjonp commented Jun 10, 2020

Self-composable: like MIN(), MAX(), SUM(), and COUNT()

@mahjonp mahjonp added this to the v0.4.0 milestone Jun 10, 2020
@mahjonp mahjonp added this to P1 in Priority Jun 10, 2020
@mahjonp mahjonp added this to To do in Statement coverage Jun 10, 2020
@Illyrix
Copy link
Collaborator

Illyrix commented Jun 15, 2020

COUNT is not perfect self-composable: COUNT(S) = SUM(COUNT(S1), COUNT(S2), COUNT(S3)). So we only plan to support MIN, MAX and SUM

@mahjonp mahjonp linked a pull request Jun 15, 2020 that will close this issue
Priority automation moved this from P1 to Done Jun 16, 2020
Statement coverage automation moved this from To do to Done Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Priority
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants