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

Wire up difference aggregate function #1590

Closed
pauldix opened this issue Feb 12, 2015 · 1 comment
Closed

Wire up difference aggregate function #1590

pauldix opened this issue Feb 12, 2015 · 1 comment

Comments

@pauldix
Copy link
Member

pauldix commented Feb 12, 2015

Takes the difference between one group by interval and another. The user should be able to stack this to specify the behavior like this:

SELECT difference(mean(value)) from key_count
WHERE time > now() - 1h
GROUP BY time(5m)

If no group by time is given, then it should be a transformation function that takes the difference between one point and another. In that case they shouldn't be able to nest function calls like this.

@dgnorton
Copy link
Contributor

dgnorton commented Mar 3, 2015

Closing. Duplicate of #1825

@dgnorton dgnorton closed this as completed Mar 3, 2015
mark-rushakoff pushed a commit that referenced this issue Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants