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

Distinct aggregate function resolution #4

Open
liancheng opened this issue Apr 21, 2016 · 0 comments
Open

Distinct aggregate function resolution #4

liancheng opened this issue Apr 21, 2016 · 0 comments
Assignees

Comments

@liancheng
Copy link
Owner

Similar to the DistinctAggregationRewriter in Spark, used to resolve multiple distinct aggregate functions within a single SELECT query. E.g.:

SELECT
  SUM(a),
  COUNT(DISTINCT b),
  COUNT(DISTINCT c)
FROM t
GROUP BY d
@liancheng liancheng self-assigned this Apr 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant