You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
WHEREtime> now() - 1h
GROUP BYtime(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.
The text was updated successfully, but these errors were encountered:
Takes the difference between one group by interval and another. The user should be able to stack this to specify the behavior like this:
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.
The text was updated successfully, but these errors were encountered: