ClickHouse/src/Analyzer
2023-01-31 18:34:17 +08:00
..
examples Added support for JOIN, ARRAY JOIN 2022-10-24 10:22:19 +02:00
Passes Merge pull request #45527 from ClickHouse/exception_message_patterns4 2023-01-27 15:31:52 +03:00
tests Added compound types typo corrections 2022-11-10 19:21:51 +01:00
AggregationUtils.cpp Fixed code review issues 2022-10-24 10:22:38 +02:00
AggregationUtils.h Fixed code review issues 2022-10-24 10:22:21 +02:00
ArrayJoinNode.cpp Updated IQueryTreeNode interface with weak pointers array 2022-10-24 10:22:21 +02:00
ArrayJoinNode.h Fixed code review issues 2022-10-24 10:22:38 +02:00
CMakeLists.txt Added Planner 2022-10-24 10:22:19 +02:00
ColumnNode.cpp Make ColumnNode::isEqualImpl more strict 2023-01-23 17:33:57 +00:00
ColumnNode.h Analyzer IQueryTreeNode remove getName method 2022-10-25 12:54:17 +02:00
ColumnTransformers.cpp Fixed code review issues 2022-10-24 10:22:38 +02:00
ColumnTransformers.h Fixed code review issues 2022-10-24 10:22:38 +02:00
ConstantNode.cpp Update reference files 2023-01-18 00:30:30 +00:00
ConstantNode.h Analyzer ConstantNode refactoring 2022-11-29 12:47:31 +01:00
ConstantValue.h Added support for projection names 2022-10-24 10:22:19 +02:00
FunctionNode.cpp Revert "Revert "Validate function arguments in query tree"" 2023-01-17 11:20:24 +01:00
FunctionNode.h Revert "Revert "Support optimize_or_like_chain in QueryTreePassManager"" 2023-01-18 18:14:03 +01:00
HashUtils.h Removed QueryNodeTable with IgnoreConstant as its no longer needed - 42648 Support scalar subqueries cache 2022-12-22 18:36:27 +01:00
Identifier.h Added compound types typo corrections 2022-11-10 19:21:51 +01:00
IdentifierNode.cpp Fixed code review issues 2022-10-24 10:22:38 +02:00
IdentifierNode.h Analyzer IQueryTreeNode remove getName method 2022-10-25 12:54:17 +02:00
InDepthQueryTreeVisitor.h Fixed code review issues 2023-01-26 12:46:58 +01:00
InterpolateNode.cpp Analyzer IQueryTreeNode remove getName method 2022-10-25 12:54:17 +02:00
InterpolateNode.h Analyzer IQueryTreeNode remove getName method 2022-10-25 12:54:17 +02:00
IQueryTreeNode.cpp Addressed review comments - 42648 Support scalar subqueries cache 2023-01-13 17:28:35 +01:00
IQueryTreeNode.h Analyzer support distributed queries processing 2023-01-12 12:07:58 +01:00
IQueryTreePass.h Validate Query Tree in debug 2022-11-01 23:03:07 +00:00
JoinNode.cpp Fixed code review issues 2022-10-24 10:22:38 +02:00
JoinNode.h Fixed code review issues 2022-10-24 10:22:38 +02:00
LambdaNode.cpp Analyzer IQueryTreeNode remove getName method 2022-10-25 12:54:17 +02:00
LambdaNode.h Analyzer ConstantNode refactoring 2022-11-29 12:47:31 +01:00
ListNode.cpp Analyzer IQueryTreeNode remove getName method 2022-10-25 12:54:17 +02:00
ListNode.h Revert "Revert "Support optimize_or_like_chain in QueryTreePassManager"" 2023-01-18 18:14:03 +01:00
MatcherNode.cpp Better implementation 2022-11-30 02:23:26 +00:00
MatcherNode.h Analyzer IQueryTreeNode remove getName method 2022-10-25 12:54:17 +02:00
QueryNode.cpp QueryTreePassManager refactor passes to use QueryNode, UnionNode scope context 2023-01-26 12:47:50 +01:00
QueryNode.h Removed unused ignore_constant from IsEqual for QueryNode comparsion - 42648 Support scalar subqueries cache 2022-12-22 18:52:29 +01:00
QueryTreeBuilder.cpp bug fix 2023-01-31 18:34:17 +08:00
QueryTreeBuilder.h Analyzer Context refactoring 2022-12-06 10:44:38 +01:00
QueryTreePassManager.cpp Fixed build 2023-01-26 12:47:50 +01:00
QueryTreePassManager.h Fixed code review issues 2022-10-24 10:22:38 +02:00
SetUtils.cpp Fixed code review issues 2022-10-24 10:22:38 +02:00
SetUtils.h Added support for projection names 2022-10-24 10:22:19 +02:00
SortNode.cpp Default value for optional in SortNode::updateTreeHashImpl 2022-12-21 15:04:12 +00:00
SortNode.h Analyzer IQueryTreeNode remove getName method 2022-10-25 12:54:17 +02:00
TableExpressionModifiers.cpp Fixed code review issues 2022-10-31 11:45:12 +01:00
TableExpressionModifiers.h Fixed code review issues 2022-10-31 11:45:12 +01:00
TableFunctionNode.cpp Analyzer IQueryTreeNode remove getName method 2022-10-25 12:54:17 +02:00
TableFunctionNode.h Analyzer IQueryTreeNode remove getName method 2022-10-25 12:54:17 +02:00
TableNode.cpp Analyzer IQueryTreeNode remove getName method 2022-10-25 12:54:17 +02:00
TableNode.h Analyzer IQueryTreeNode remove getName method 2022-10-25 12:54:17 +02:00
UnionNode.cpp Analyzer Context refactoring 2022-12-06 10:44:38 +01:00
UnionNode.h Analyzer Context refactoring 2022-12-06 10:44:38 +01:00
Utils.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Utils.h Added compound types typo corrections 2022-11-10 19:21:51 +01:00
WindowFunctionsUtils.cpp Fixed code review issues 2022-10-24 10:22:38 +02:00
WindowFunctionsUtils.h Fixed code review issues 2022-10-24 10:22:21 +02:00
WindowNode.cpp Analyzer IQueryTreeNode remove getName method 2022-10-25 12:54:17 +02:00
WindowNode.h Analyzer IQueryTreeNode remove getName method 2022-10-25 12:54:17 +02:00