-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
[system/database] Add setinterval attribute
Add interval setting for time series data. For example,
"setinterval" => "3m"
is equivalent to
select [ ], floor(unix_timestamp([ ], 3 * 60)) as timekey from [ ] group by timekey
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Reactions are currently unavailable