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
ABS(toUnixTimestamp(t.timestamp) - toUnixTimestamp(b.timestamp)) AS timeDifferenceInSeconds,
tumbleStart(t.timestamp, INTERVAL 60 SECOND) AS windowStart,
tumbleEnd(t.timestamp, INTERVAL 60 SECOND) AS windowEnd,
ROW_NUMBER() OVER (PARTITION BY t.toyType, tumble(t.timestamp, INTERVAL 60 SECOND) ORDER BY ABS(toUnixTimestamp(t.timestamp) - toUnixTimestamp(b.timestamp))) AS rowNum