|
|
d22cd59da4
|
planner: refactor the cost implementation for Aggs (#34227)
|
2022-04-27 20:12:39 +08:00 |
|
|
|
4d16aabf90
|
planner: change redundantSchema to fullSchema to correctly handle natural and "using" joins (#29599)
|
2021-11-22 14:53:49 +08:00 |
|
|
|
163eb5f03c
|
planner: Implement PointGet in TryFastPlan for range/list paritition table (#24588)
* implement PointGet in TryFastPlan for range/list partition
|
2021-05-22 01:23:53 +08:00 |
|
|
|
b91aeedab7
|
planner: add tests for partition range boundaries for LT/GT (#24574)
|
2021-05-20 21:34:22 +08:00 |
|
|
|
d1a5fa3ac9
|
planner: add range partition boundaries tests with BETWEEN expression (#24598)
|
2021-05-20 02:05:41 +08:00 |
|
|
|
883c7fb87c
|
planner: add partitioning pruning tests for range partitioning (#24554)
|
2021-05-19 10:57:40 +08:00 |
|
|
|
1cebae21a7
|
planner, sessionctx: turn on the mpp by default (#23401)
|
2021-03-23 21:01:37 +08:00 |
|
|
|
5bafb3203e
|
planner: show cast type in EXPLAIN in coptask (#23123)
|
2021-03-16 16:16:55 +08:00 |
|
|
|
db62e341fd
|
executor: fix wrong key range of index scan when filter is comparing year column with NULL (#23079)
|
2021-03-04 16:04:54 +08:00 |
|
|
|
04e5137f48
|
*: use explain format = 'brief' for tests (#22677)
|
2021-02-22 17:50:06 +08:00 |
|
|
|
d44e123395
|
planner: prevent agg push down if it is in the outer child of apply (#21902)
|
2020-12-22 16:43:26 +08:00 |
|
|
|
5cb50070bd
|
planner: fix union doesn't handle collate correctly (#21854)
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
|
2020-12-21 15:06:33 +08:00 |
|
|
|
550c2c0c10
|
planner: natural join not consider rowid and null eq not propagate (#21328)
Signed-off-by: lzmhhh123 <lzmhhh123@gmail.com>
|
2020-12-02 12:18:48 +08:00 |
|
|
|
4ec101d7e3
|
planner: support parentheses change precedence for set operators (#18968)
|
2020-09-21 13:06:10 +08:00 |
|
|
|
201153e4ba
|
planner: make except/intersect support different column type (#18846)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-08-18 15:31:14 +08:00 |
|
|
|
f3554241bb
|
planner, executor: support except and intersect set operator (#18459)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-07-27 17:56:07 +08:00 |
|