chertus
|
ee6c83a2f7
|
global join: fix wrong name qualification (save replaced table name as alias)
|
2019-04-10 20:41:19 +03:00 |
|
Ivan Lezhankin
|
4f6a494af8
|
Revert references where they were before refactoring.
|
2019-03-15 19:14:13 +03:00 |
|
Ivan Lezhankin
|
d1ead22073
|
Rename As<…> → as<…>
|
2019-03-11 16:22:51 +03:00 |
|
Ivan Lezhankin
|
a7e838e328
|
Replace all other casts to method IAST::As<Derived>
Also remove some redundant methods like IsIdentifier() et. al.
|
2019-03-11 15:49:39 +03:00 |
|
Ivan Lezhankin
|
0e325c7a4a
|
Replace const typeid_casts with As<Derived>() method invocations
|
2019-03-08 12:48:20 +03:00 |
|
chertus
|
9e2aa47478
|
simplify InDepthNodeVisitor
|
2019-02-22 16:33:56 +03:00 |
|
chertus
|
091efcda95
|
add IdentifierSemantic and PredicateExpressionsOptimizer refactoring
|
2019-01-25 18:42:24 +03:00 |
|
chertus
|
8bb35ac987
|
minor changes
|
2019-01-16 21:38:19 +03:00 |
|
chertus
|
a5d8858ee2
|
minor ASTIdentifier changes
|
2019-01-15 15:28:17 +03:00 |
|
chertus
|
31c629bf55
|
GlobalSubqueriesMatcher via InDepthNodeVisitor
|
2018-12-07 18:36:54 +03:00 |
|
proller
|
5678d1ed98
|
Build fixes (#3545)
* StorageSystemContributors clean
* Fix
* ARM fixes
* Fix arm compile
* fix
* Fix macos?
* Fix includes
* fix
* fix
* Try fix apple build part 1
* Fix identation
* Fix static libc++ in clang
* fix arm build
* better
* fix
* fix
* better check-include
|
2018-11-10 23:09:07 +03:00 |
|
Nikolai Kochetov
|
a5a36d0078
|
Syntax analyzer (in progress).
|
2018-11-08 12:01:41 +03:00 |
|
chertus
|
756342551a
|
add general comment for visitors
|
2018-11-06 16:28:22 +03:00 |
|
chertus
|
009f77002e
|
add default db name to views [CLICKHOUSE-3145]
|
2018-11-01 20:07:20 +03:00 |
|
chertus
|
1eae5c38ea
|
remove code duplicates for creating table AST node
|
2018-10-31 20:31:04 +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 |
|