Nikolai Kochetov
|
748b0f7077
|
SyntaxAnalyzer (in progress).
|
2018-11-07 15:44:05 +03:00 |
|
Nikolai Kochetov
|
bcd6e03257
|
SyntaxAnalyzer (in progress).
|
2018-11-06 21:13:35 +03:00 |
|
Artem Zuikov
|
eb535c4b9b
|
Merge pull request #3500 from 4ertus2/joins
refactoring: one place for db and table extraction from AST
|
2018-11-01 14:59:56 +03:00 |
|
alesapin
|
63c6647be4
|
Better comment
|
2018-11-01 14:23:23 +03:00 |
|
alesapin
|
abcc692dbf
|
CLICKHOUSE-4096: Fix nested unaliased joins segfault
|
2018-11-01 14:23:23 +03:00 |
|
chertus
|
d8674a264a
|
ExpressionAnalyzer fix columns deduplication
|
2018-10-31 15:58:12 +03:00 |
|
chertus
|
4ff0391ca6
|
DatabaseAndTableWithAlias - the only place for db & table expraction from AST
|
2018-10-30 19:31:21 +03:00 |
|
chertus
|
d2518fdb3f
|
more refactoring: funcs to extract database_and_table from AST
|
2018-10-29 22:04:28 +03:00 |
|
chertus
|
95c618b163
|
ExpressionAnalyzer: remove duplicated code
|
2018-10-26 18:13:02 +03:00 |
|
chertus
|
a62fae8332
|
Merge branch 'master' into joins
|
2018-10-22 11:25:43 +03:00 |
|
chertus
|
5aedca40c2
|
fix asan
|
2018-10-18 22:27:28 +03:00 |
|
chertus
|
a32e06d298
|
more ExpressionAnalyzer refactoring [CLICKHOUSE-3996]
|
2018-10-18 18:03:14 +03:00 |
|
chertus
|
5d3f03a6d2
|
minor refactoring (function naming)
|
2018-10-17 14:06:46 +03:00 |
|
chertus
|
40f1805bf4
|
fix gcc build
|
2018-10-17 13:59:05 +03:00 |
|
chertus
|
27d66a45c3
|
extract more visitors from ExpressionAnalyzer [CLICKHOUSE-3996]
|
2018-10-16 22:00:05 +03:00 |
|
chertus
|
4071155043
|
better ActionsVisitor extraction [CLICKHOUSE-3996]
|
2018-10-16 15:34:20 +03:00 |
|
chertus
|
9120d5f38e
|
extract visitor from ExpressionAnalyser [CLICKHOUSE-3996]
|
2018-10-12 18:41:28 +03:00 |
|
chertus
|
c593d9a971
|
extract ExecuteScalarSubqueriesVisitor from ExpressionAnalyser [CLICKHOUSE-3996]
|
2018-10-11 22:28:59 +03:00 |
|
Alexey Milovidov
|
2c0ea27377
|
Miscellaneous #3145
|
2018-10-10 23:35:21 +03:00 |
|
alexey-milovidov
|
b9ecc4b819
|
Merge pull request #3340 from CurtizJ/issue-3253
Fix unnecessarily preparations for join at initial server [ISSUE-3253]
|
2018-10-10 23:04:13 +03:00 |
|
CurtizJ
|
815380b8b2
|
fix unnecessarily preparations for join at initial server
|
2018-10-10 20:07:21 +03:00 |
|
chertus
|
1b7354f809
|
disable AST logging
|
2018-10-10 19:23:27 +03:00 |
|
chertus
|
ec8d3b388d
|
move DumpASTNode to own file, style fixes [CLICKHOUSE-4001]
|
2018-10-09 17:32:11 +03:00 |
|
chertus
|
20b733aaf0
|
Merge branch 'master' into joins
|
2018-10-09 13:47:01 +03:00 |
|
alexey-milovidov
|
36c3feea80
|
Merge pull request #3270 from yandex/left-join-right-keys-fix
Left join right keys fix
|
2018-10-07 23:26:40 +03:00 |
|
Nikolai Kochetov
|
064facd8de
|
Updated test.
|
2018-10-05 10:43:58 +03:00 |
|
alexey-milovidov
|
b9d1eb4154
|
Merge pull request #3298 from yandex/fix-prewhere-with-altered-columns
Fix prewhere with altered columns
|
2018-10-04 23:57:11 +03:00 |
|
Nikolai Kochetov
|
b1fa3fab9d
|
Fix prewhere whith final. #2827
|
2018-10-04 21:18:54 +03:00 |
|
Nikolai Kochetov
|
c4c14de02f
|
Join aliases and duplicating columns fixes.
Join aliases and duplicating columns fixes. [#CLICKHOUSE-3994] #3145
|
2018-10-02 21:17:39 +03:00 |
|
chertus
|
69b9c25801
|
Merge branch 'master' into joins
|
2018-09-28 20:09:05 +03:00 |
|
chertus
|
59df909f87
|
more ast debug info
|
2018-09-28 18:01:13 +03:00 |
|
chertus
|
b4ea89e1f3
|
minor fix
|
2018-09-28 14:46:52 +03:00 |
|
chertus
|
669ab71502
|
rename files according to class name
|
2018-09-28 13:52:08 +03:00 |
|
Nikolai Kochetov
|
97add69825
|
Rename WithDictionary to LowCardinality.
|
2018-09-28 13:44:59 +03:00 |
|
chertus
|
57d2c9db60
|
AST debug stuff: DumpASTNode, TranslateQualifiedNamesVisitor, hide AST explain command [CLICKHOUSE-4001]
|
2018-09-27 22:25:18 +03:00 |
|
zhang2014
|
b887ec8e98
|
ISSUES-3145 support qualified asterisk
|
2018-09-25 10:42:51 +08:00 |
|
zhang2014
|
f3dcc2ef41
|
ISSUES-3145 support qualified asterisk
|
2018-09-24 23:28:18 +08:00 |
|
alexey-milovidov
|
b1eb66c03e
|
Merge branch 'master' into low-cardinality-fixes
|
2018-09-21 13:43:37 +03:00 |
|
chertus
|
6442b5b167
|
refactoring: hide ASTIdentifier kind
|
2018-09-20 16:13:33 +03:00 |
|
Nikolai Kochetov
|
d2fbc3df58
|
Fix in function for low cardinality argument. #3004
|
2018-09-20 13:55:10 +03:00 |
|
alexey-milovidov
|
92b2cc6625
|
Merge pull request #3107 from zhang2014/fix/ISSUES-3105
ISSUES-3105 fix some bugs in the predicate optimizer
|
2018-09-13 22:19:11 +03:00 |
|
zhang2014
|
25f79593a2
|
ISSUES-3105 fix some bugs in the predicate optimizer
|
2018-09-13 20:08:27 +08:00 |
|
alexey-milovidov
|
20d5ddd58c
|
Merge branch 'master' into alter-update
|
2018-09-10 17:17:10 +03:00 |
|
Nikolai Kochetov
|
1d62c9309c
|
Fix sampling with prewhere. [#CLICKHOUSE-3972]
|
2018-09-10 13:06:12 +03:00 |
|
Alexey Milovidov
|
c9b612de48
|
Attempt to fix CLICKHOUSE-3888 bug
|
2018-09-10 06:59:48 +03:00 |
|
Nikolai Kochetov
|
8311c23d83
|
Fix test.
|
2018-09-07 23:23:28 +03:00 |
|
Nikolai Kochetov
|
76f47ed6ba
|
Fix test.
|
2018-09-07 22:57:26 +03:00 |
|
Alexey Zatelepin
|
133c9c7c37
|
Merge branch 'master' into alter-update
Conflicts:
docs/en/query_language/alter.md
|
2018-09-07 19:11:02 +03:00 |
|
Nikolai Kochetov
|
6e41be3476
|
Avoid removing columns used in sample expression in prewhere actions. [#CLICKHOUSE-3969]
|
2018-09-07 19:01:21 +03:00 |
|
Nikolai Kochetov
|
8593145794
|
Merged with master
|
2018-09-06 21:30:03 +03:00 |
|