Nikolai Kochetov
|
f4cbecec27
|
Remove comment.
|
2021-03-18 14:37:45 +03:00 |
|
Nikolai Kochetov
|
c3c393a7aa
|
Merge branch 'master' into refactor-actions-dag
|
2021-03-18 14:33:07 +03:00 |
|
Nikolai Kochetov
|
c4dfd97709
|
Fix ActionsDAG::Index::insert
|
2021-03-18 10:59:48 +03:00 |
|
Nikolai Kochetov
|
45fead9062
|
Fix typos
|
2021-03-17 21:42:42 +03:00 |
|
Nikolai Kochetov
|
2c1539f641
|
Fix added input.
|
2021-03-17 20:08:30 +03:00 |
|
Nikolai Kochetov
|
3eba817a68
|
Add comments.
|
2021-03-17 19:08:46 +03:00 |
|
Nikolai Kochetov
|
738cb1af62
|
Fix filter push down columns order.
|
2021-03-17 18:33:18 +03:00 |
|
Nikolai Kochetov
|
a5a8a70e6f
|
Remove commented code.
|
2021-03-11 20:03:39 +03:00 |
|
Nikolai Kochetov
|
78b7137877
|
Try fix last tests.
|
2021-03-11 17:13:36 +03:00 |
|
Nikolai Kochetov
|
7a4dafe106
|
Fix filter push down columns order.
|
2021-03-11 13:34:15 +03:00 |
|
Nikolai Kochetov
|
4f133ae036
|
Merge branch 'master' into refactor-actions-dag
|
2021-03-10 12:40:55 +03:00 |
|
Nikolai Kochetov
|
4d697c27e4
|
Fix some tests.
|
2021-03-09 19:54:06 +03:00 |
|
Vladimir
|
6ec19b2632
|
Merge pull request #19885 from ClickHouse/vdimir/join-cast-types-v2
|
2021-03-09 09:30:50 +03:00 |
|
Nikolai Kochetov
|
a669f7d641
|
Merge branch 'master' into refactor-actions-dag
|
2021-03-05 18:21:14 +03:00 |
|
Nikolai Kochetov
|
fc415952ce
|
Try fix test.
|
2021-03-05 16:56:44 +03:00 |
|
Nikolai Kochetov
|
9a39459888
|
Refactor ActionsDAG
|
2021-03-04 20:38:12 +03:00 |
|
Nikolai Kochetov
|
15921fbfcb
|
Remove index by name from ActionsDAG
|
2021-03-03 23:01:07 +03:00 |
|
Nikolai Kochetov
|
4775ea305e
|
Remove index by name from ActionsDAG
|
2021-03-02 20:51:54 +03:00 |
|
Nikolai Kochetov
|
ffaf9da2db
|
Remove index by name from ActionsDAG
|
2021-03-02 20:08:59 +03:00 |
|
Nikolai Kochetov
|
ffbea93b10
|
Merge pull request #19576 from traceon/row-policy-with-prewhere
Allow row policies with PREWHERE
|
2021-03-02 13:51:37 +03:00 |
|
Nikolai Kochetov
|
d328bfa41f
|
Review fixes. Add setting max_optimizations_to_apply.
|
2021-02-26 19:29:56 +03:00 |
|
Nikolai Kochetov
|
00e0dbc3e5
|
Fix test.
|
2021-02-20 20:42:06 +03:00 |
|
Nikolai Kochetov
|
f0396661b3
|
Refactor ActionsDAG::splitActionsForFilter
|
2021-02-20 19:13:36 +03:00 |
|
Nikolai Kochetov
|
673e24d7ef
|
Refactor
|
2021-02-20 14:00:16 +03:00 |
|
vdimir
|
a378bd08aa
|
Perform implicit type conversion for JOIN ON keys
|
2021-02-19 14:28:40 +03:00 |
|
Nikolai Kochetov
|
ae73600fb0
|
Refactor row level security actions.
|
2021-02-15 22:48:06 +03:00 |
|
Nikolai Kochetov
|
f1c32c4690
|
Merge branch 'master' into filter-push-down
|
2021-02-12 18:26:08 +03:00 |
|
alesapin
|
c2bb2c2902
|
Merge pull request #20097 from ClickHouse/remove-adding-missed-step
Build actions dag to evaluate missing defaults.
|
2021-02-11 10:51:21 +03:00 |
|
Nikolai Kochetov
|
a83885392e
|
Split filter for predicate push down.
|
2021-02-10 20:47:48 +03:00 |
|
Nikolai Kochetov
|
48f6f7e490
|
Split filter for predicate push down.
|
2021-02-10 19:26:49 +03:00 |
|
Nikolai Kochetov
|
d7fa440356
|
Merge branch 'master' into remove-adding-const-column-transform
|
2021-02-08 15:49:23 +03:00 |
|
Nikolai Kochetov
|
d563cfb2be
|
Fix tests.
|
2021-02-05 22:22:11 +03:00 |
|
Nikolai Kochetov
|
a7f58da87e
|
Fix tests.
|
2021-02-05 19:35:21 +03:00 |
|
Nikolai Kochetov
|
d9aa1096cf
|
Build actions dag to evaluate missing defaults.
|
2021-02-04 23:36:50 +03:00 |
|
Nikolai Kochetov
|
e3d6ffd9dc
|
Remove AddingConstColumn step and transform.
|
2021-02-04 17:25:11 +03:00 |
|
Nikolai Kochetov
|
7a2279d067
|
Fix removing filter column from expression after Filter actions split
|
2021-02-04 14:44:00 +03:00 |
|
Nikolai Kochetov
|
e1765e7f88
|
Add method trivial to ActionsDAG
|
2021-01-28 14:00:24 +03:00 |
|
Nikolai Kochetov
|
b00f01d6b1
|
Split filter optimization.
|
2021-01-19 13:03:25 +03:00 |
|
Nikolai Kochetov
|
b9c0f2b4c9
|
Push actions result to begin of block.
|
2021-01-19 00:54:01 +03:00 |
|
Nikolai Kochetov
|
7135c62204
|
Update tryLiftUpArrayJoin
|
2021-01-18 19:12:16 +03:00 |
|
Nikolai Kochetov
|
8bafe9cca3
|
Support split for ActionsDAG.
|
2021-01-18 17:59:59 +03:00 |
|
feng lv
|
d5181b984a
|
fix some wrong words in comment
|
2021-01-13 08:38:19 +00:00 |
|
Nikolai Kochetov
|
24d462b018
|
Try to remove ActionsDAG::removeColumn
|
2021-01-11 19:15:03 +03:00 |
|
Nikolai Kochetov
|
d9773942a2
|
Rewiev fixes.
|
2020-12-01 14:19:03 +03:00 |
|
Nikolai Kochetov
|
a2c450d7e2
|
Do not merge functions with arrayJoin and stateful functions.
|
2020-11-27 12:50:56 +03:00 |
|
Nikolai Kochetov
|
c975f8156a
|
Add ActionsDAG::merge
|
2020-11-26 19:16:44 +03:00 |
|
Nikolai Kochetov
|
382e6d0855
|
Review fix.
|
2020-11-20 19:52:50 +03:00 |
|
Nikolai Kochetov
|
a24dab766f
|
Remove Converting transform and step.
|
2020-11-18 12:08:51 +03:00 |
|
Nikolai Kochetov
|
54f0338e22
|
Add converting logic to ActionsDAG.
|
2020-11-17 17:51:05 +03:00 |
|
Nikolai Kochetov
|
d007e5671d
|
Order inputs for ActionsDAG.
|
2020-11-17 15:39:41 +03:00 |
|