Nikolai Kochetov
|
79facdb4f2
|
Make query plan optimisation respect query settings in EXPLAIN
|
2022-11-04 15:44:31 +00:00 |
|
Nikolai Kochetov
|
51ec95eb82
|
Try to fix #39157 in a different way.
|
2022-11-03 20:33:48 +00:00 |
|
Nikolai Kochetov
|
375db5bd15
|
Use read-in-order from query plan by default.
|
2022-10-31 13:54:03 +00:00 |
|
Alexey Milovidov
|
b01f5bdca8
|
Merge pull request #39354 from ClickHouse/window-order-by
Respect ORDER BY clause in window functions
|
2022-09-19 09:22:37 +03:00 |
|
Dmitry Novik
|
0a8378d9cd
|
Merge branch 'master' into betterorderbyoptimization
|
2022-08-30 14:23:22 +02:00 |
|
Alexey Milovidov
|
4f1b964f2f
|
Merge branch 'master' into window-order-by
|
2022-08-15 19:31:55 +03:00 |
|
vdimir
|
61ad12279e
|
Delete files DictionaryJoinAdapter.h/cpp
Follow-up for https://github.com/ClickHouse/ClickHouse/pull/38956
|
2022-08-11 10:27:14 +00:00 |
|
Maksim Kita
|
6bec0f5854
|
Merge pull request #38956 from vdimir/dict-join-refactoring
Join with dictionary refactoring
|
2022-08-11 11:54:11 +02:00 |
|
Vladimir Chebotaryov
|
748979a9c0
|
Merge branch 'master' into betterorderbyoptimization
|
2022-08-11 11:09:52 +03:00 |
|
vdimir
|
90fa2ed8c1
|
better code for join with dict
|
2022-08-10 14:20:29 +00:00 |
|
vdimir
|
ad91c16ba0
|
Rename join_common -> JoinUtils
|
2022-08-10 14:20:28 +00:00 |
|
vdimir
|
442ffb0349
|
Fix build after resolving conflicts
|
2022-08-10 14:20:27 +00:00 |
|
vdimir
|
d1aea19987
|
Remove old join with dictionary
|
2022-08-10 14:20:26 +00:00 |
|
vdimir
|
7073067d40
|
check attributes for join with dict
|
2022-08-10 14:20:26 +00:00 |
|
vdimir
|
3347345873
|
Join with dictionary uses DirectJoin
|
2022-08-10 14:20:18 +00:00 |
|
vdimir
|
5eb4cd39e0
|
Merge branch 'master' into refactor-prepared-sets
|
2022-08-10 11:47:49 +00:00 |
|
Maksim Kita
|
aff8149f5c
|
Merge pull request #39998 from kitaisreal/actions-dag-refactoring
ActionsDAG rename index to outputs
|
2022-08-10 11:44:18 +02:00 |
|
vdimir
|
29efed0c77
|
Project input for rename joined columns step
|
2022-08-08 19:11:53 +00:00 |
|
Maksim Kita
|
c030fd05e7
|
ActionsDAG rename index to outputs
|
2022-08-08 18:01:32 +02:00 |
|
Vladimir C
|
a627b00c43
|
Merge branch 'master' into refactor-prepared-sets
|
2022-08-04 13:27:38 +02:00 |
|
Vladimir Chebotaryov
|
484d8f7028
|
Merge branch 'master' into betterorderbyoptimization
|
2022-08-03 08:14:50 +03:00 |
|
Kruglov Pavel
|
6457c069a9
|
Merge pull request #39293 from kssenii/fix-positional-args-case
Fix positional arguments in case of unneeded columns pruning
|
2022-08-01 12:42:18 +02:00 |
|
Vladimir Chebotaryov
|
aaa6049678
|
Merge branch 'master' into betterorderbyoptimization
|
2022-08-01 11:42:48 +03:00 |
|
Vladimir Chebotaryov
|
9fc3addea9
|
Fixed using column_after_join for handling WINDOW expressions in ExpressionAnalyzer , shall be aggregated_columns .
|
2022-07-31 23:36:20 +03:00 |
|
kssenii
|
efff78819a
|
Merge remote-tracking branch 'upstream/master' into fix-positional-args-case
|
2022-07-29 22:07:51 +03:00 |
|
Maksim Kita
|
8fc6bad4f4
|
Join enums refactoring
|
2022-07-29 18:35:05 +02:00 |
|
Vladimir C
|
115506356c
|
Merge branch 'master' into refactor-prepared-sets
|
2022-07-27 19:57:23 +02:00 |
|
vdimir
|
8eecb9ef82
|
upd PreparedSets: rename/change signature of methods, add comments
|
2022-07-27 11:22:16 +00:00 |
|
vdimir
|
11d37a8dc9
|
Properly initialize prepared_sets
|
2022-07-26 18:39:09 +00:00 |
|
vdimir
|
1e3fa2e01f
|
Refactor PreparedSets/SubqueryForSet
|
2022-07-26 18:39:02 +00:00 |
|
Dmitry Novik
|
cf381df93f
|
Merge branch 'master' into window-order-by
|
2022-07-26 13:32:35 +02:00 |
|
Vladimir C
|
3bd5ca9b6a
|
Merge pull request #39271 from vdimir/join-alg-setting
Cleanup logic around join_algorithm setting, add docs
|
2022-07-26 11:00:22 +02:00 |
|
Vladimir Chebotaryov
|
f32d9c5539
|
Uppercase ROWS , GROUPS , RANGE in queries with windows. (#39410)
|
2022-07-25 22:53:53 +02:00 |
|
Dmitry Novik
|
c79b93505f
|
Merge branch 'master' into window-order-by
|
2022-07-21 19:34:06 +02:00 |
|
vdimir
|
96bcae419c
|
Cleanup logic around join_algorithm setting
|
2022-07-21 14:53:39 +00:00 |
|
Nikolai Kochetov
|
91aa2385ca
|
Merge branch 'master' into additional-filters
|
2022-07-20 18:56:24 +02:00 |
|
Dmitry Novik
|
3ceaa25d8f
|
Merge branch 'master' into window-order-by
|
2022-07-20 14:46:54 +02:00 |
|
Dmitry Novik
|
382194165f
|
Skip window functions
|
2022-07-19 17:33:21 +00:00 |
|
Dmitry Novik
|
50989bdb68
|
Merge branch 'master' into group-by-use-nulls
|
2022-07-19 14:58:01 +02:00 |
|
Dmitry Novik
|
cf30f08937
|
Respect ORDER BY clause in window functions
|
2022-07-18 16:42:38 +00:00 |
|
kssenii
|
e6437f46b1
|
Fix
|
2022-07-16 22:23:49 +02:00 |
|
Nikolai Kochetov
|
3c9d4c537a
|
Another try.
|
2022-07-14 18:36:50 +00:00 |
|
Nikolai Kochetov
|
dc20b85078
|
Remove debug output.
|
2022-07-13 21:08:23 +00:00 |
|
Nikolai Kochetov
|
9528f7e753
|
Merge branch 'master' into bug-lost-column
|
2022-07-13 23:06:38 +02:00 |
|
Nikolai Kochetov
|
ba863b11a4
|
A little fix. Added test.
|
2022-07-13 21:06:15 +00:00 |
|
Yakov Olkhovskiy
|
3fd367ea58
|
check metadata_snapshot is not empty
|
2022-07-13 10:08:24 -04:00 |
|
Yakov Olkhovskiy
|
1f57f92bf7
|
prewhere action should preserve sorting columns
|
2022-07-13 03:01:23 -04:00 |
|
Dmitry Novik
|
d046132265
|
Allow to use higher-order functions in window expressions
|
2022-07-11 23:47:46 +00:00 |
|
Dmitry Novik
|
fd9d897df2
|
Fix ActionsDAG for window expressions
|
2022-07-11 23:18:44 +00:00 |
|
Dmitry Novik
|
29cfe33ed7
|
Small fix
|
2022-07-11 18:14:49 +00:00 |
|