ClickHouse/src/Planner
2024-01-25 18:24:14 +03: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 Add index to table system.numbers (#50909) 2023-12-01 19:59:25 +01:00
CollectSets.h Cleanup. 2023-06-22 14:23:04 +00:00
CollectTableExpressionData.cpp Add a comment 2024-01-04 16:33:52 +01:00
CollectTableExpressionData.h Revert "Revert "Analyzer planner fixes before enable by default"" 2023-03-22 17:19:32 +01:00
Planner.cpp ActionsDAG buildFilterActionsDAG refactoring 2024-01-25 18:24:14 +03:00
Planner.h Analyzer log used row policies 2023-11-09 19:43:31 +03:00
PlannerActionsVisitor.cpp Remove useless headers 2024-01-01 19:29:51 +01:00
PlannerActionsVisitor.h Reduce inter-header dependencies 2023-05-02 21:15:18 +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: always qualify execution names 2023-08-22 16:24:41 +00:00
PlannerContext.h Add index to table system.numbers (#50909) 2023-12-01 19:59:25 +01:00
PlannerExpressionAnalysis.cpp Analyzer: send constant columns to initiator in case of isToAggregationState 2023-09-15 08:59:30 +00:00
PlannerExpressionAnalysis.h Make custom key work with new analyzer 2023-03-27 13:39:33 +00:00
PlannerJoins.cpp Updated implementation 2024-01-25 14:31:49 +03:00
PlannerJoins.h Keep old actions 2023-12-14 13:04:47 +00:00
PlannerJoinTree.cpp Updated implementation 2024-01-25 14:31:49 +03:00
PlannerJoinTree.h Address review comments 2023-11-14 11:07:27 +00: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 Support ALIAS columns in USING clause 2024-01-03 11:14:19 +00:00
Utils.cpp Merge pull request #58402 from zhangyifan27/add_max_estimated_execution_time 2024-01-21 19:57:06 -05:00
Utils.h Revert "Revert "Planner prepare filters for analysis"" 2023-08-24 12:32:56 +02:00