Alexander Tokmakov
|
2dedfd6cf9
|
Revert "Analyzer: compute ALIAS columns right after reading"
|
2024-02-29 14:22:07 +01:00 |
|
Dmitry Novik
|
814691bf78
|
Merge pull request #52230 from JackyWoo/optimize_aggregators_of_group_by_keys
New analyzer: add eliminate min/max/any/anyLast aggregators pass
|
2024-02-29 11:46:26 +01:00 |
|
vdimir
|
5dd81f38fb
|
Merge pull request #59595 from ClickHouse/vdimir/analyzer/comute_alias_columns
Analyzer: compute ALIAS columns right after reading
|
2024-02-29 10:28:31 +01:00 |
|
Kruglov Pavel
|
a7eabbbe3a
|
Merge branch 'master' into variant-improvements
|
2024-02-28 17:38:54 +01:00 |
|
Dmitry Novik
|
d129bfd277
|
Merge remote-tracking branch 'origin/master' into optimize_aggregators_of_group_by_keys
|
2024-02-28 15:48:49 +00:00 |
|
Raúl Marín
|
f0354ee07f
|
Fix optimization with nullable arguments
|
2024-02-27 16:15:21 +01:00 |
|
Raúl Marín
|
e81c2ede2a
|
Add setting to control preimage optimization
|
2024-02-27 15:58:42 +01:00 |
|
Dmitry Novik
|
6ad10629ff
|
Fix crash
|
2024-02-27 15:37:53 +01:00 |
|
Raúl Marín
|
f71f833c61
|
Fix terrible formatting
|
2024-02-27 13:38:50 +01:00 |
|
vdimir
|
5a9026f39b
|
Analyzer: compute ALIAS columns right after reading
|
2024-02-26 16:15:05 +00:00 |
|
Nikolai Kochetov
|
2b9889fb84
|
Merge pull request #60082 from amosbird/non-trivial-count-optimization
Refactor prewhere and primary key optimization
|
2024-02-26 16:17:24 +01:00 |
|
Dmitry Novik
|
32c63cc57a
|
Fix style
|
2024-02-26 15:02:06 +00:00 |
|
Dmitry Novik
|
96dff28a96
|
Update comment
|
2024-02-26 14:17:05 +00:00 |
|
Dmitry Novik
|
848d4009e6
|
Rewrite implementation
|
2024-02-26 14:14:30 +00:00 |
|
Robert Schulze
|
5c967c44de
|
Merge pull request #60248 from ClickHouse/revert-59450-order-by-all-ambiguities
Revert "Replace `ORDER BY ALL` by `ORDER BY *`"
|
2024-02-26 10:23:41 +01:00 |
|
Amos Bird
|
207d36d7c1
|
Make it work
|
2024-02-26 02:31:58 +08:00 |
|
Amos Bird
|
6137914604
|
Fix most tests
|
2024-02-26 02:31:58 +08:00 |
|
Amos Bird
|
7435568a0d
|
Fix tests
|
2024-02-26 02:31:57 +08:00 |
|
avogar
|
39ad054e94
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into variant-improvements
|
2024-02-23 18:59:34 +00:00 |
|
Dmitry Novik
|
600d020379
|
Merge remote-tracking branch 'origin/master' into optimize_aggregators_of_group_by_keys
|
2024-02-23 16:07:28 +00:00 |
|
Nikolai Kochetov
|
83841c23d3
|
Merge pull request #60230 from ClickHouse/fix-analyzer-secrets
Fix analyzer - hide arguments for secret functions
|
2024-02-23 15:26:49 +01:00 |
|
Robert Schulze
|
7930c2a993
|
Better!
|
2024-02-21 20:31:49 +00:00 |
|
Robert Schulze
|
52afa46e23
|
Revert "Replace ORDER BY ALL by ORDER BY * "
|
2024-02-21 19:05:20 +01:00 |
|
Nikolai Kochetov
|
0e9d7f3540
|
Merge pull request #60037 from ClickHouse/fix-01656_test_query_log_factories_info-for-analyzer
Fix 01656_test_query_log_factories_info with analyzer.
|
2024-02-21 17:37:15 +01:00 |
|
Yakov Olkhovskiy
|
b55aef9091
|
hash argument projection names for secret functions
|
2024-02-21 14:53:01 +00:00 |
|
avogar
|
bd2390996e
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into variant-improvements
|
2024-02-21 13:16:07 +01:00 |
|
avogar
|
16e8e5af8d
|
Clean up
|
2024-02-20 19:00:15 +00:00 |
|
avogar
|
122dc6769d
|
Fixes and improvements for Variant type
|
2024-02-20 18:58:06 +00:00 |
|
Nikolai Kochetov
|
37b85360e1
|
Update CNF.cpp
|
2024-02-20 13:15:34 +01:00 |
|
Robert Schulze
|
6f6e74ad8b
|
Merge remote-tracking branch 'rschu1ze/master' into order-by-all-ambiguities
|
2024-02-19 15:19:13 +00:00 |
|
Robert Schulze
|
8f5a4d92a1
|
Fix style
|
2024-02-19 15:19:04 +00:00 |
|
Alexey Milovidov
|
232fe0dd1b
|
Fix inconsistent formatting of SELECT ... FROM (EXPLAIN ...)
|
2024-02-18 05:38:34 +01:00 |
|
Dmitry Novik
|
a3c34a7cc2
|
Merge pull request #54211 from ClickHouse/Support_parameterized_view_with_analyzer
Refactor parameterized view & add support for new analyzer
|
2024-02-16 16:13:49 +01:00 |
|
Dmitry Novik
|
2b02bcd67b
|
Merge pull request #59926 from azat/analyzer/NormalizeCountVariantsVisitor-fix
Do not rewrite sum() to count() if return value differs in analyzer
|
2024-02-16 09:16:46 +01:00 |
|
Nikolai Kochetov
|
ef7e8e0c5d
|
Fixing style.
|
2024-02-15 17:35:44 +00:00 |
|
Nikolai Kochetov
|
365530c463
|
Fix 01656_test_query_log_factories_info with analyzer.
|
2024-02-15 17:12:22 +00:00 |
|
Dmitry Novik
|
8397b856ae
|
Cleanup
|
2024-02-15 17:28:54 +01:00 |
|
Dmitry Novik
|
dfaea604c3
|
Remove redundant includes
|
2024-02-15 17:27:26 +01:00 |
|
Robert Schulze
|
058461e786
|
Merge remote-tracking branch 'rschu1ze/master' into order-by-all-ambiguities
|
2024-02-15 16:21:16 +00:00 |
|
Robert Schulze
|
1edf3b2254
|
Replace ORDER BY ALL by ORDER BY * to get rid of ambiguities
|
2024-02-15 16:19:56 +00:00 |
|
Dmitry Novik
|
a11b9553ca
|
Fix implementation in new analyzer
|
2024-02-15 17:16:27 +01:00 |
|
Azat Khuzhin
|
504a2dd9d9
|
Do not rewrite sum() to count() if return value differs in analyzer
v2: fix for LowCardinality
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-02-15 12:41:05 +01:00 |
|
Alexey Milovidov
|
b73c9ce9f5
|
Merge pull request #59981 from ClickHouse/analyzer-fix-test_storage_rabbitmq
Analyzer: Fix test_storage_rabbitmq
|
2024-02-15 02:58:09 +01:00 |
|
Dmitry Novik
|
e95726f57c
|
Analyzer: Fix test_shard_level_const_function
|
2024-02-14 13:21:23 +00:00 |
|
Dmitry Novik
|
12963ce53e
|
Analyzer: Fix test_storage_rabbitmq
|
2024-02-14 12:20:37 +00:00 |
|
Kruglov Pavel
|
48a3b8e675
|
Merge pull request #58292 from ucasfl/negtive-position
Resubmit: Support negtive position arguments
|
2024-02-13 18:35:28 +01:00 |
|
Smita Kulkarni
|
8f71d7817c
|
Fix clang build
|
2024-02-13 14:57:45 +01:00 |
|
Smita Kulkarni
|
d7056d642d
|
Addressed review comments
|
2024-02-13 13:53:40 +01:00 |
|
Smita Kulkarni
|
3526d7982c
|
Merge branch 'master' into Support_parameterized_view_with_analyzer
|
2024-02-13 13:08:35 +01:00 |
|
Azat Khuzhin
|
7c01705231
|
Run ValidationChecker for sanitizers build as well
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-02-13 10:50:45 +01:00 |
|