ClickHouse/dbms/tests/queries/0_stateless/01049_window_functions.reference

13 lines
365 B
Plaintext
Raw Normal View History

2020-01-14 03:09:48 +00:00
--TUMBLE--
('2020-01-09 00:00:00','2020-01-10 00:00:00')
2020-01-09 00:00:00
2020-01-09 00:00:00
2020-01-10 00:00:00
2020-01-10 00:00:00
--HOP--
[('2020-01-07 00:00:00','2020-01-10 00:00:00'),('2020-01-08 00:00:00','2020-01-11 00:00:00'),('2020-01-09 00:00:00','2020-01-12 00:00:00')]
2020-01-07 00:00:00
2020-01-07 00:00:00
2020-01-12 00:00:00
2020-01-12 00:00:00