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

Error: Cannot use time with '<=' and '>=' #633

Closed
Dieterbe opened this issue Jun 10, 2014 · 3 comments
Closed

Error: Cannot use time with '<=' and '>=' #633

Dieterbe opened this issue Jun 10, 2014 · 3 comments

Comments

@Dieterbe
Copy link
Contributor

Hi,

graphite> select * from foo where time >= 1401229247000;
graphite> ✘ Error: Cannot use time with '>='
graphite> select * from foo where time <= 1401229247000;
graphite> ✘ Error: Cannot use time with '<='

since > and < work fine, >= and <= should probably be supported?

@jvshahid
Copy link
Contributor

do you have a use case for this feature ?

@Dieterbe
Copy link
Contributor Author

hey john, maybe i'm missing something, but if i want to see data from a certain begin point, to an end point, i'ld like datapoints at those points in time to be included. I guess i could easily work around this and do > begin-1 and < end+1 but >= begin and <= end seems cleaner.

@Dieterbe
Copy link
Contributor Author

whoops this is a dup of #329

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