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
|_$\_\_timeFilter(timeColumn)_| Will be replaced by a time range filter using the specified name. |
167
-
|_$\_\_timeGroup(timeColumn,interval)_| Will be replaced by an expression usable in the GROUP BY clause. |
168
-
|_$\_\_from_ or _$\_\_to_| Will be replaced by a Unix millisecond representation of the time filter start or end time. For example, `timestamp_millis($__to)`|
169
-
|_${\_\_from:date}_ or _${\_\_to:date}_| Will be replaced by a date (ISO 8601/RFC 3339) representation of the time filter start or end time. For example, `SELECT DATE('${__from:date}')`|
0 commit comments