ClickHouse/src/Planner
Dmitry Novik 486d717e88
Merge pull request #67661 from bigo-sg/win_bug
Fix crash on `percent_rank`
2024-08-08 08:28:48 +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 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 Merge remote-tracking branch 'origin/master' into readyornot 2024-08-05 19:58:21 +00:00
Planner.h Remove commented code. Add more comments. 2024-02-06 15:59:13 +00:00
PlannerActionsVisitor.cpp update 2024-08-08 08:30:10 +08:00
PlannerActionsVisitor.h update 2024-08-08 08:30:10 +08: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 Clean up projection inside storage snapshot 2024-07-29 22:35:47 +08: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 2024-08-08 08:30:10 +08: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 update 2024-08-08 08:30:10 +08:00
Utils.h update 2024-08-08 08:30:10 +08:00