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
from m in all Measurement(type=MEASUREMENT_TYPE) within WINDOW_DURATION_SECS
where m.measurements.hasKey(MEASUREMENT_FRAGMENT) and m.measurements[MEASUREMENT_FRAGMENT].hasKey(MEASUREMENT_SERIES)
select avg(m.measurements[MEASUREMENT_FRAGMENT][MEASUREMENT_SERIES].value) as movingMean
{
...
}
These keywords are used with streams. Example:
(thanks to @kpalf for reporting this)
The text was updated successfully, but these errors were encountered: