Dmitry Novik
|
c8d85a43c7
|
Fix unit tests
|
2023-06-05 12:22:32 +00:00 |
|
Dmitry Novik
|
480db8622d
|
Always add table name while converting ColumnNode to AST
|
2023-06-01 15:21:55 +00:00 |
|
Dmitry Novik
|
bc7b7f2cd2
|
Always add source alias in ColumnNode::toASTImpl
|
2023-06-01 14:34:30 +00:00 |
|
Dmitry Novik
|
a4cb82127d
|
Analyzer: WIP on distributed queries
|
2023-06-01 14:34:29 +00:00 |
|
vdimir
|
a5cca40cf0
|
Pass ConvertToASTOptions by constref
|
2023-03-22 08:59:04 +01:00 |
|
vdimir
|
023d14a894
|
Support transformQueryForExternalDatabase for analyzer
|
2023-03-22 08:59:04 +01:00 |
|
Maksim Kita
|
d39be3ac9c
|
Fixed tests
|
2023-03-01 18:05:07 +01:00 |
|
Maksim Kita
|
84065fb13f
|
Analyzer added distributed table functions support
|
2023-02-16 12:17:03 +01:00 |
|
Maksim Kita
|
3a624e6bef
|
Analyzer ColumnNode AST conversion fix
|
2023-02-16 12:17:03 +01:00 |
|
Maksim Kita
|
8497eba49f
|
Fixed tests
|
2023-02-16 12:17:02 +01:00 |
|
Maksim Kita
|
2830877e22
|
Analyzer support table functions
|
2023-02-16 12:17:02 +01:00 |
|
Maksim Kita
|
484fc40e64
|
Analyzer identifier resolution for subcolumns fix
|
2023-02-16 12:17:02 +01:00 |
|
Dmitry Novik
|
796b362e2d
|
Make ColumnNode::isEqualImpl more strict
|
2023-01-23 17:33:57 +00:00 |
|
Maksim Kita
|
6ec5474466
|
Updated IQueryTreeNode interface with weak pointers array
|
2022-10-24 10:22:21 +02:00 |
|
Maksim Kita
|
49a129008b
|
Fixed code review issues
|
2022-10-24 10:22:21 +02:00 |
|
Maksim Kita
|
504cb2b38f
|
Added GROUPING function support
|
2022-10-24 10:22:20 +02:00 |
|
Maksim Kita
|
2b571004f3
|
Added support for projection names
|
2022-10-24 10:22:19 +02:00 |
|
Maksim Kita
|
b32092f24a
|
JOIN support join_use_nulls, USING
|
2022-10-24 10:22:19 +02:00 |
|
Maksim Kita
|
40cb904a3d
|
Added support for JOIN, ARRAY JOIN
|
2022-10-24 10:22:19 +02:00 |
|
Maksim Kita
|
569fb36097
|
Added support for table ALIAS columns
|
2022-10-24 10:22:18 +02:00 |
|
Maksim Kita
|
603c4febc3
|
Update explain query tree representation
|
2022-10-24 10:22:18 +02:00 |
|
Maksim Kita
|
6a5276e45e
|
Updated tests
|
2022-10-24 10:22:18 +02:00 |
|
Maksim Kita
|
9d4c508b39
|
Added lambda tests
|
2022-10-24 10:22:18 +02:00 |
|
Maksim Kita
|
75885ce2e1
|
Added Analyzer
|
2022-10-24 10:22:18 +02:00 |
|