hexiaoting
|
9dab51698f
|
Rewriter fuse logical
|
2021-03-08 11:58:18 +08:00 |
|
hexiaoting
|
4fe75ad168
|
fix error
|
2021-03-03 17:18:53 +08:00 |
|
hexiaoting
|
e116346cbb
|
Merge remote-tracking branch 'origin/master' into dev-sumcount
|
2021-03-02 10:11:50 +08:00 |
|
hexiaoting
|
16333e9f3a
|
Suppport fuse aggregate functions:sum/avg/count to sumCount
|
2021-03-01 18:04:34 +08:00 |
|
alexey-milovidov
|
0067a3beac
|
Merge pull request #19801 from ucasFL/ms
continue of #19487
|
2021-02-25 19:12:47 +03:00 |
|
Amos Bird
|
2c4bc43014
|
Backward compatible
|
2021-02-18 20:20:29 +08:00 |
|
Amos Bird
|
2dc7ba160a
|
Better
|
2021-02-18 20:20:28 +08:00 |
|
Amos Bird
|
77fd060665
|
Normalize function names
|
2021-02-18 20:20:28 +08:00 |
|
vdimir
|
3e2c9ad011
|
Merge remote-tracking branch 'origin/master' into dev_joinon
|
2021-02-16 17:08:10 +03:00 |
|
vdimir
|
e39215e38b
|
Fix has_some condition on CollectJoinOnKeysVisitor
|
2021-02-16 11:03:02 +03:00 |
|
vdimir
|
5273242f86
|
Minor changes move ON to WHERE for INNER JOIN
|
2021-02-15 23:26:29 +03:00 |
|
hexiaoting
|
28b981a76b
|
Fix style error and test cases error
|
2021-02-09 18:08:55 +08:00 |
|
vdimir
|
241769ee7c
|
Handle syntax error for ARRAY JOIN with no args
|
2021-02-09 11:21:26 +03:00 |
|
hexiaoting
|
2c278f1e02
|
Restrict move JOINON to WHERE optimizer only to inner join
|
2021-02-08 13:44:50 +08:00 |
|
hexiaoting
|
45aee71fff
|
Modified some implementation
|
2021-02-03 18:52:20 +08:00 |
|
hexiaoting
|
56de38ea6a
|
Merge remote-tracking branch 'origin/master' into dev_joinon
|
2021-02-03 17:20:24 +08:00 |
|
feng lv
|
45cb78a67b
|
continue of #19487
fix
|
2021-01-29 08:22:03 +00:00 |
|
hexiaoting
|
4a17f5c73a
|
Move condistions from JOIN ON to WHERE
|
2021-01-27 11:24:17 +08:00 |
|
feng lv
|
9fdae60497
|
remove part of misleading exception message
|
2021-01-23 05:45:36 +00:00 |
|
Alexander Kuzmenkov
|
d0922e2985
|
Merge remote-tracking branch 'origin/master' into tmp
|
2021-01-18 23:23:49 +03:00 |
|
alexey-milovidov
|
15f4ae26c2
|
Merge pull request #17310 from CurtizJ/multiple-nested
Allow nested with multiple nesting and subcolumns of complex types
|
2021-01-17 15:00:26 +03:00 |
|
alexey-milovidov
|
d2366b5c6c
|
Merge pull request #18233 from vitlibar/fix-access-rights-for-select-count
Fix access rights for SELECT count()
|
2021-01-17 00:12:08 +03:00 |
|
alexey-milovidov
|
78fff6bc39
|
Merge branch 'master' into multiple-nested
|
2021-01-15 14:54:27 +03:00 |
|
Alexander Kuzmenkov
|
828dea83cb
|
Merge remote-tracking branch 'origin/master' into tmp
|
2021-01-14 18:50:34 +03:00 |
|
Alexander Kuzmenkov
|
703731c547
|
something works
|
2021-01-13 22:29:52 +03:00 |
|
alexey-milovidov
|
aa6e827d8b
|
Update TreeRewriter.cpp
|
2021-01-12 16:54:11 +03:00 |
|
sundyli
|
f8815f233c
|
Merge branch 'master' into alias_column_partition_prune
|
2021-01-02 11:23:55 +08:00 |
|
Alexey Milovidov
|
4b3ae495d6
|
Merge branch 'master' into CurtizJ-multiple-nested
|
2021-01-02 00:25:16 +03:00 |
|
Vitaly Baranov
|
235ea220ec
|
SELECT count() FROM table now requires at least one column to be accessible in the table.
|
2020-12-30 15:00:08 +03:00 |
|
Anton Popov
|
11283e3d81
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-12-25 21:25:59 +03:00 |
|
Alexander Kuzmenkov
|
a17f0b50ad
|
Merge remote-tracking branch 'origin/master' into tmp
|
2020-12-25 10:34:28 +03:00 |
|
Yatsishin Ilya
|
ce1e2b18a3
|
Fix codespell warnings. Split style checks. Update style checks docker
|
2020-12-24 13:17:52 +03:00 |
|
Alexander Kuzmenkov
|
912995cbae
|
some provision for aggregate fns as window fn args
(doesn't work yet)
also a perf test w/LIMIT BY
|
2020-12-24 11:49:55 +03:00 |
|
Anton Popov
|
57857dda63
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-12-23 15:16:43 +03:00 |
|
Alexander Kuzmenkov
|
51b2329295
|
Merge branch 'master' into aku/window-prototype
|
2020-12-23 09:26:11 +03:00 |
|
Nikita Mikhaylov
|
dae1e9ba31
|
Merge pull request #17857 from fastio/feature_hints_for_column_names
hints for column names
|
2020-12-23 04:55:41 +03:00 |
|
Nikita Mikhaylov
|
9d8948657c
|
Update TreeRewriter.cpp
|
2020-12-23 04:54:49 +03:00 |
|
Anton Popov
|
1be39fddac
|
fix subcolumns with some storages
|
2020-12-22 19:42:37 +03:00 |
|
Anton Popov
|
b6ff6300b2
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-12-22 18:06:21 +03:00 |
|
hexiaoting
|
93d28ef5c9
|
Implement untuple field access (#18309)
|
2020-12-22 16:48:40 +03:00 |
|
Alexander Kuzmenkov
|
52ace7a3d1
|
one plan step per window
|
2020-12-22 04:37:45 +03:00 |
|
Peng Jian
|
69b40ffae5
|
fix nullptr
|
2020-12-21 21:46:55 +08:00 |
|
Alexander Kuzmenkov
|
132a0b42eb
|
cleanup
|
2020-12-18 20:13:28 +03:00 |
|
Anton Popov
|
a42b00c9aa
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-12-17 20:43:23 +03:00 |
|
sundy-li
|
84807e9791
|
rename settings
|
2020-12-17 02:17:59 +00:00 |
|
Alexander Kuzmenkov
|
fabb37d3c9
|
cleanup
|
2020-12-15 20:39:58 +03:00 |
|
fastio
|
e7bce63d3a
|
hints for column names
|
2020-12-15 20:23:31 +08:00 |
|
sundy-li
|
d72d8ee7d8
|
apply review advices
|
2020-12-15 16:35:19 +08:00 |
|
Alexander Kuzmenkov
|
a75ca3cb79
|
Merge remote-tracking branch 'origin/master' into tmp
|
2020-12-15 03:36:43 +03:00 |
|
sundy-li
|
d2209a1460
|
trivial fix
|
2020-12-13 17:33:02 +08:00 |
|