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
Currently the $columns macro produces intDiv(toFloat64(timestamp) * 1000, (1 * 1000)) * (1 * 1000)) AS t. Would it be possible to make it optionally output the equivalent $timeSeriesMs query?
The text was updated successfully, but these errors were encountered:
Currently the
$columns
macro producesintDiv(toFloat64(timestamp) * 1000, (1 * 1000)) * (1 * 1000)) AS t
. Would it be possible to make it optionally output the equivalent$timeSeriesMs
query?The text was updated successfully, but these errors were encountered: