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

Support lead variables #143

Closed
pauldix opened this issue Dec 18, 2013 · 2 comments
Closed

Support lead variables #143

pauldix opened this issue Dec 18, 2013 · 2 comments

Comments

@pauldix
Copy link
Member

pauldix commented Dec 18, 2013

Should work the same as #142 but for leading data points. select value, lead(value, 1) from some_series

@jvshahid
Copy link
Contributor

The same result can be achieved using lag. The difference between lead and lag is the timestamp of the point. with lead() the timestamp is that of the older point where with lag() it's the timestamp of the newer point.

@beckettsean
Copy link
Contributor

As mentioned in my post to the mailing list we are experimenting with simplifying our open GitHub Issues. This feature request has been rolled into an aggregate issue for all function requests, so that we can close this issue until we are ready to work on it.

You may continue to make comments here. Closing the issue does not mean we are rejecting this idea.

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

4 participants