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 SQL support for simple SELECT with aggregate functions #31

Open
joel-bernstein opened this issue Nov 8, 2014 · 0 comments
Open
Assignees

Comments

@joel-bernstein
Copy link
Contributor

There is already SQL support for aggregate functions with GROUP BY queries. This ticket will add support for using aggregate functions with a non-grouped SELECT statement.

Under the covers this will rely on the MetricStream and UniqueStream to support the aggregates.

@joel-bernstein joel-bernstein changed the title Add SQL support for simple SELECT with aggregate function Add SQL support for simple SELECT with aggregate functions Nov 8, 2014
@joel-bernstein joel-bernstein self-assigned this Nov 8, 2014
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