* | select | |
unixtime, | |
predict | |
from ( | |
select | |
ts_predicate_ar(timestamp, value, 2, 10) | |
from log | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
* | select | |
unixtime, | |
predict | |
from ( | |
select | |
ts_predicate_ar(timestamp, value, 2, 10) | |
from log | |
) |