Commit Graph

162 Commits

Author SHA1 Message Date
zvonand
9456d89fad Move current work from old laptop
skip-checks: true
2022-02-07 21:44:14 +03:00
Vxider
13cee6c184 update code style 2022-01-19 02:24:27 +00:00
mergify[bot]
f2da296990
Merge branch 'master' into windowview-stream-table-join 2022-01-19 02:08:52 +00:00
Vxider
ba0a702807 enable stream to table join in windowview 2022-01-18 09:20:15 +00:00
Vxider
f526ff2a51 remove unused variable 2022-01-18 09:03:16 +00:00
Azat Khuzhin
aee034a597 Use explicit template instantiation for SystemLog
- Move some code into module part to avoid dependency from IStorage in SystemLog
- Remove extra headers from SystemLog.h
- Rewrite some code that was relying on headers that was included by SystemLog.h

v2: rebase
v3: squash move into module part with explicit template instantiation
    (to make each commit self compilable after rebase)
2022-01-10 22:01:41 +03:00
Kseniia Sumarokova
0a1300d32a
Merge pull request #33340 from Vxider/fix-windowview-inner-table-parser
Fix inner table parser in window view
2022-01-10 09:45:17 +03:00
Vxider
ab593d24f3 update code style 2022-01-10 02:16:07 +00:00
feng lv
90a61b84e5 fix misleading log message 2022-01-06 12:48:38 +00:00
Vxider
3761994f68 fix inner table parser in window view 2021-12-31 07:07:01 +00:00
Vxider
f6dceb53a5 small update 2021-12-13 02:38:16 +00:00
Vxider
7eb18ea21e watch events support for window view 2021-12-12 07:45:55 +00:00
Kseniia Sumarokova
f5e949b88e
Ping CI 2021-12-10 18:12:27 +03:00
vxider
52fa82b4d4 rename window-view function to time window function 2021-12-10 09:43:44 +00:00
vxider
c4c517bb8a rename window functions 2021-12-07 08:14:00 +00:00
vxider
b68136d1e4 small code style update 2021-12-06 07:12:21 +00:00
vxider
78ceb5c883 add illegal arg check 2021-12-04 14:18:10 +00:00
vxider
c522c06755 fix windowview parser 2021-12-04 12:30:04 +00:00
kssenii
adaa32b41b Fix inner table name 2021-12-03 15:52:57 +03:00
kssenii
0470525ea3 Fix 2021-12-03 13:39:27 +03:00
kssenii
f658a8c181 Small simplification, some comments 2021-11-30 11:16:24 +03:00
kssenii
b0415b6482 Fix tests under Replicated database engine 2021-11-29 23:34:52 +03:00
vxider
e27a158b92 fix typo 2021-11-27 17:53:07 +00:00
kssenii
29579962cb Update test, tiny changes 2021-11-24 12:55:36 +03:00
kssenii
4c41e719ed Add comments 2021-11-22 18:09:45 +03:00
kssenii
05c548035f Some fixes 2021-11-22 11:04:04 +03:00
kssenii
fda66adf52 Correct merge with master 2021-11-20 13:47:55 +03:00
kssenii
5c9509d68b Fix attach 2021-11-20 12:03:39 +03:00
kssenii
9bdad8ab64 Rewrite from DataStreams to Processors 2021-11-19 16:09:12 +03:00
Vxider
3a5b0632c9 Merged with master 2021-06-01 07:39:42 +00:00
Vxider
5e3202e4c5 update code style 2021-06-01 03:01:35 +00:00
Vxider
b56d471540 update code style 2021-05-29 10:29:38 +00:00
Vxider
ad05f4f303 Merged with master 2021-05-28 07:36:19 +00:00
Vxider
fc8b5db486 fix timestamp calculation 2020-08-03 02:07:01 +08:00
Vxider
d93e2940d8 fix drop query freezes when using large window interval 2020-08-02 18:40:50 +08:00
Vxider
768eb4ecbf remove unnecesary calculation 2020-07-28 02:38:27 +08:00
Vxider
401544c34c fix code style 2020-07-27 17:32:15 +08:00
Vxider
8f7637c6d0 time zone support 2020-07-27 12:10:52 +08:00
Vxider
2b179bf84b remote addTime from member function 2020-07-27 03:11:27 +08:00
Vxider
c8a98ab59b remove unnecessary filter when using now as timestamp 2020-07-22 01:53:20 +08:00
Vxider
686232f385 remove redundant static 2020-07-22 01:41:03 +08:00
Vxider
ecd1e72656 update code style 2020-07-21 18:10:35 +08:00
Vxider
60e50a17a7 update code style 2020-07-21 17:43:42 +08:00
Vxider
628251dce3 add check before static_cast 2020-07-20 21:32:34 +08:00
Vxider
5bdf35f6bb simplify code 2020-07-20 03:02:18 +08:00
Vxider
c2763dadd7 remove alias to name cast 2020-07-20 03:01:42 +08:00
Vxider
132345cd20 change inner_query to local variable 2020-07-20 03:00:21 +08:00
Vxider
3ac816a191 rename visitor 2020-07-20 02:56:55 +08:00
Vxider
61b15e6f6d merged with master 2020-07-15 22:38:50 +08:00
Vxider
db8f64a573 filter outdated data before aggregating 2020-07-15 14:18:57 +08:00
Vxider
563c4fb382 remove BlocksListSource 2020-07-15 12:53:38 +08:00
Vxider
3e77a5a982 rename function cleanCache 2020-07-13 22:31:54 +08:00
Vxider
fcdb930c64 add column timestamp only when function now is used 2020-07-13 22:28:31 +08:00
Vxider
20aab89ef3 update tests 2020-06-20 00:29:44 +08:00
Vxider
dd3ee6af35 Unified the processing logic of TUMBLE and HOP window 2020-06-19 17:35:18 +08:00
Vxider
2f1e5c015f remove unused code 2020-06-17 23:22:17 +08:00
Vxider
7b7032be8d rename HOP_SLICE to WINDOW_ID 2020-06-17 23:06:19 +08:00
Vxider
ea0d4ed8d7 fix clang build 2020-06-09 23:57:47 +08:00
Vxider
f3c1474dc4 fix code style 2020-06-09 19:37:33 +08:00
Vxider
ab160a3d92 Merged with master 2020-06-09 16:48:04 +08:00
Vxider
d16fbcfb9f Reuse intermediate results in hop window 2020-06-08 14:27:30 +08:00
Vxider
2fb9138505 merged with master 2020-04-06 17:36:44 +08:00