ClickHouse/src/Planner
Azat Khuzhin d03ae2abfa Fix modernize-loop-convert clang-tidy warning
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-05-09 21:19:37 +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 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 Cleanups 2023-04-14 20:07:37 +02:00
CollectSets.h Fixed nested IN functions 2022-10-24 10:22:37 +02:00
CollectTableExpressionData.cpp Revert "Revert "Analyzer planner fixes before enable by default"" 2023-03-22 17:19:32 +01:00
CollectTableExpressionData.h Revert "Revert "Analyzer planner fixes before enable by default"" 2023-03-22 17:19:32 +01:00
Planner.cpp Cleanups 2023-04-14 20:07:37 +02:00
Planner.h Add buildSelectQueryInfo to Planner/Utils, use in unit tests 2023-03-23 15:53:22 +00:00
PlannerActionsVisitor.cpp Cleanups 2023-04-14 20:07:37 +02: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 Cleanups 2023-04-14 20:07:37 +02:00
PlannerContext.h Reduce inter-header dependencies 2023-05-02 21:15:18 +02:00
PlannerExpressionAnalysis.cpp Make custom key work with new analyzer 2023-03-27 13:39:33 +00:00
PlannerExpressionAnalysis.h Make custom key work with new analyzer 2023-03-27 13:39:33 +00:00
PlannerJoins.cpp Remove -Wshadow suppression which leaked into global namespace 2023-04-13 08:46:40 +00:00
PlannerJoins.h Handle grace hash join in planner 2022-10-26 16:26:26 +00:00
PlannerJoinTree.cpp Fix modernize-loop-convert clang-tidy warning 2023-05-09 21:19:37 +02: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 Revert "Revert "Analyzer planner fixes before enable by default"" 2023-03-22 17:19:32 +01:00
Utils.cpp Fix style 2023-04-06 21:35:28 +00:00
Utils.h Support additional_result_filter 2023-04-06 19:18:26 +00:00