ClickHouse/src/Planner
2024-08-03 19:06:25 +02: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 Renames. 2024-06-18 10:21:57 +00:00
ActionsChain.h Renames. 2024-06-18 10:21:57 +00: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 Hide Settings object from Context.h 2024-07-11 14:00:05 +02:00
CollectSets.h Review fixes. 2024-04-09 12:30:07 +00:00
CollectTableExpressionData.cpp Fix INTERPOLATE by constant. Fix other tests. 2024-08-01 16:16:34 +00:00
CollectTableExpressionData.h Resubmit "Analyzer: compute ALIAS columns right after reading" 2024-03-01 14:53:02 +00:00
findParallelReplicasQuery.cpp Fix build 2024-07-31 16:08:18 +02:00
findQueryForParallelReplicas.h Analyzer: Do not traverse unresolved subtrees 2024-07-31 14:48:33 +02:00
Planner.cpp Fix INTERPOLATE by constant. Fix other tests. 2024-08-01 16:16:34 +00:00
Planner.h Remove commented code. Add more comments. 2024-02-06 15:59:13 +00:00
PlannerActionsVisitor.cpp Prefer constant to INPUT in PlannerActionsVisitor. 2024-07-31 14:32:07 +00:00
PlannerActionsVisitor.h Revert "Merge pull request #65298 from Algunenano/low_cardinality_wtf" 2024-07-23 19:11:22 +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 Analyzer: Fix assert in JOIN with Distributed table 2024-03-22 17:30:50 +00:00
PlannerContext.h Change ActionsDAGPtr to ActionsDAG where possible. 2024-07-05 17:49:50 +00:00
PlannerExpressionAnalysis.cpp Fix INTERPOLATE by constant. Fix other tests. 2024-08-01 16:16:34 +00:00
PlannerExpressionAnalysis.h Remove ActionsDAG::clone 2024-07-18 15:12:32 +00:00
PlannerJoins.cpp Remove ActionsDAG::clone 2024-07-18 15:12:32 +00:00
PlannerJoins.h Fixing some crashes. 2024-07-08 15:06:52 +00:00
PlannerJoinTree.cpp Updating PrewhereInfo 2024-07-25 16:33:12 +00:00
PlannerJoinTree.h Update PlannerJoinTree.h 2024-07-05 18:20:50 +02:00
PlannerQueryProcessingInfo.h Analyzer support distributed queries processing 2023-01-12 12:07:58 +01:00
PlannerSorting.cpp Hide Settings object from Context.h 2024-07-11 14:00:05 +02:00
PlannerSorting.h Added WINDOW functions support 2022-10-24 10:22:20 +02:00
PlannerWindowFunctions.cpp Update PlannerWindowFunctions 2024-07-25 15:00:37 +00:00
PlannerWindowFunctions.h Update PlannerWindowFunctions 2024-07-25 15:00:37 +00:00
TableExpressionData.h Better. 2024-07-18 17:59:59 +00:00
Utils.cpp Merge branch 'master' into use-uniq-ptr-for-actions-dag 2024-07-15 13:25:53 +02:00
Utils.h better 2024-07-03 14:44:47 +00:00