ClickHouse/src/Planner
2023-03-09 18:00:23 +00:00
..
examples Added Planner 2022-10-24 10:22:19 +02:00
tests Added Planner 2022-10-24 10:22:19 +02:00
ActionsChain.cpp Fixed tests 2023-02-16 12:17:03 +01:00
ActionsChain.h Fixed tests 2023-02-16 12:17:03 +01:00
CMakeLists.txt Fixed code review issues 2022-10-24 10:22:38 +02:00
CollectColumnIdentifiers.cpp Fixed code review issues 2023-02-18 17:06:00 +01:00
CollectColumnIdentifiers.h Review fixes 2023-01-11 11:54:28 +00:00
CollectSets.cpp Fixed code review issues 2023-02-18 17:06:00 +01:00
CollectSets.h Fixed nested IN functions 2022-10-24 10:22:37 +02:00
CollectTableExpressionData.cpp Added GroupingFunctionsResolvePass 2023-01-19 19:06:02 +01:00
CollectTableExpressionData.h Planner collect table expression data 2022-10-24 10:22:20 +02:00
Planner.cpp Fix distributed GROUPING SETS and GROUPING function 2023-03-09 18:00:23 +00:00
Planner.h Fixed code review issues 2023-02-18 17:06:00 +01:00
PlannerActionsVisitor.cpp Merge remote-tracking branch 'origin/master' into analyzer-group-by-use-nulls 2023-03-01 01:08:17 +00:00
PlannerActionsVisitor.h Fixed tests 2022-10-24 10:22:38 +02:00
PlannerAggregation.cpp Added GroupingFunctionsResolvePass 2023-01-19 19:06:02 +01:00
PlannerAggregation.h Added GroupingFunctionsResolvePass 2023-01-19 19:06:02 +01:00
PlannerContext.cpp Fixed nested IN functions 2022-10-24 10:22:37 +02:00
PlannerContext.h Fixed tests 2022-10-24 10:22:38 +02:00
PlannerExpressionAnalysis.cpp Merge remote-tracking branch 'origin/master' into analyzer-group-by-use-nulls 2023-03-07 16:16:48 +00:00
PlannerExpressionAnalysis.h Analyzer WITH FILL and INTERPOLATE fix 2023-03-01 18:03:42 +01:00
PlannerJoins.cpp Analyzer support ARRAY JOIN with Nested 2023-02-16 12:17:03 +01:00
PlannerJoins.h Handle grace hash join in planner 2022-10-26 16:26:26 +00:00
PlannerJoinTree.cpp Do not apply the optimization when plan is built only for analysis 2023-03-06 10:47:32 +00:00
PlannerJoinTree.h Analyzer support distributed queries processing 2023-01-12 12:07:58 +01:00
PlannerQueryProcessingInfo.h Analyzer support distributed queries processing 2023-01-12 12:07:58 +01:00
PlannerSorting.cpp Analyzer ConstantNode refactoring 2022-11-29 12:47:31 +01:00
PlannerSorting.h Added WINDOW functions support 2022-10-24 10:22:20 +02:00
PlannerWindowFunctions.cpp Analyzer ConstantNode refactoring 2022-11-29 12:47:31 +01:00
PlannerWindowFunctions.h Fixed code review issues 2022-10-24 10:22:38 +02:00
TableExpressionData.h Planner table expression data column order fix 2023-03-01 18:03:42 +01:00
Utils.cpp Fixed tests 2023-03-01 18:05:07 +01:00
Utils.h Fixed tests 2023-03-01 18:05:07 +01:00