ClickHouse/src/Planner
Nikolai Kochetov 78dfbbfacb
Merge pull request #56499 from kitaisreal/analyzer-remove-unused-projection-columns
Analyzer remove unused projection columns
2023-11-16 17:40:32 +01: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 fix build in Planner/CollectSets.cpp 2023-08-04 10:07:43 +00:00
CollectSets.h Cleanup. 2023-06-22 14:23:04 +00:00
CollectTableExpressionData.cpp Fix 02404_memory_bound_merging with analyzer. 2023-11-07 14:20:50 +00:00
CollectTableExpressionData.h Revert "Revert "Analyzer planner fixes before enable by default"" 2023-03-22 17:19:32 +01:00
Planner.cpp Merge pull request #39631 from ClickHouse/parallel-window 2023-11-16 11:50:16 +01:00
Planner.h Analyzer log used row policies 2023-11-09 19:43:31 +03:00
PlannerActionsVisitor.cpp Merge branch 'master' into feature/mergetree-checksum-big-endian-support 2023-08-09 09:48:00 -04: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 Merge branch 'master' into feature/mergetree-checksum-big-endian-support 2023-08-09 09:48:00 -04:00
PlannerContext.h Fix hashing for set literals in analyzer 2023-08-04 09:45:13 +00: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 Support isNotDistinct in JOIN ON in analyzer 2023-11-06 19:34:57 +00:00
PlannerJoins.h Support isNotDistinct in JOIN ON in analyzer 2023-11-06 19:34:57 +00:00
PlannerJoinTree.cpp Address review comments 2023-11-14 11:07:27 +00: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 Revert "Analyzer: fix logical error with set in array join" 2023-11-13 14:42:14 +00:00
Utils.cpp Fixed tests 2023-11-14 21:25:50 +03:00
Utils.h Revert "Revert "Planner prepare filters for analysis"" 2023-08-24 12:32:56 +02:00