ClickHouse/src/Processors/QueryPlan
2023-02-20 21:36:34 +03:00
..
Optimizations Merge pull request #46494 from kitaisreal/query-plan-filter-push-down-sorting-fix 2023-02-20 21:36:34 +03:00
AggregatingStep.cpp Merge branch 'master' into aggr_partitions_independently 2023-02-18 13:19:05 +00:00
AggregatingStep.h Merge branch 'master' into aggr_partitions_independently 2023-02-18 13:19:05 +00:00
ArrayJoinStep.cpp
ArrayJoinStep.h
BuildQueryPipelineSettings.cpp
BuildQueryPipelineSettings.h
CreateSetAndFilterOnTheFlyStep.cpp Revert "Revert "Remove redundant sorting"" 2023-01-18 20:12:34 +01:00
CreateSetAndFilterOnTheFlyStep.h
CreatingSetsStep.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
CreatingSetsStep.h Fix LOGICAL_ERROR for JOIN with subquery, UNION and totals. 2022-12-28 13:00:32 +00:00
CubeStep.cpp
CubeStep.h
DistinctStep.cpp Update sorting properties after reading in order applied 2023-02-03 13:15:06 +00:00
DistinctStep.h Removing DISTINCT on top of aggregation if possible 2023-02-09 11:37:15 +00:00
DistributedCreateLocalPlan.cpp Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
DistributedCreateLocalPlan.h Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
ExpressionStep.cpp
ExpressionStep.h
ExtremesStep.cpp
ExtremesStep.h
FillingStep.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FillingStep.h
FilterStep.cpp
FilterStep.h
IntersectOrExceptStep.cpp Fix tests and update IntersectOrExceptStep. 2022-12-28 14:44:45 +00:00
IntersectOrExceptStep.h Fix LOGICAL_ERROR for JOIN with subquery, UNION and totals. 2022-12-28 13:00:32 +00:00
IQueryPlanStep.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
IQueryPlanStep.h Fix LOGICAL_ERROR for JOIN with subquery, UNION and totals. 2022-12-28 13:00:32 +00:00
ISourceStep.cpp
ISourceStep.h Fix LOGICAL_ERROR for JOIN with subquery, UNION and totals. 2022-12-28 13:00:32 +00:00
ITransformingStep.cpp Fix LOGICAL_ERROR for JOIN with subquery, UNION and totals. 2022-12-28 13:00:32 +00:00
ITransformingStep.h Fix LOGICAL_ERROR for JOIN with subquery, UNION and totals. 2022-12-28 13:00:32 +00:00
JoinStep.cpp
JoinStep.h Fix LOGICAL_ERROR for JOIN with subquery, UNION and totals. 2022-12-28 13:00:32 +00:00
LimitByStep.cpp
LimitByStep.h
LimitStep.cpp
LimitStep.h
MergingAggregatedStep.cpp Fix mbm with aio on top of query plan (#45892) 2023-02-14 14:02:54 +01:00
MergingAggregatedStep.h Fix mbm with aio on top of query plan (#45892) 2023-02-14 14:02:54 +01:00
OffsetStep.cpp
OffsetStep.h
PartsSplitter.cpp Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
PartsSplitter.h
QueryIdHolder.cpp
QueryIdHolder.h
QueryPlan.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
QueryPlan.h Renaming PipelineResourcesHolder.h/cpp to QueryPlanResourceHolder.h/cpp 2022-12-10 18:08:10 +00:00
ReadFromMergeTree.cpp Merge pull request #45364 from nickitat/aggr_partitions_independently 2023-02-19 17:44:18 +03:00
ReadFromMergeTree.h Merge branch 'master' into aggr_partitions_independently 2023-02-18 13:19:05 +00:00
ReadFromPreparedSource.cpp
ReadFromPreparedSource.h
ReadFromRemote.cpp Remove unnecessary includes of InterpreterSelectQuery header 2023-02-16 12:17:03 +01:00
ReadFromRemote.h Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
ReadNothingStep.cpp
ReadNothingStep.h
RollupStep.cpp
RollupStep.h Removing DISTINCT on top of aggregation if possible 2023-02-09 11:37:15 +00:00
SortingStep.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
SortingStep.h Fix mbm with aio on top of query plan (#45892) 2023-02-14 14:02:54 +01:00
TotalsHavingStep.cpp
TotalsHavingStep.h
UnionStep.cpp Fix LOGICAL_ERROR for JOIN with subquery, UNION and totals. 2022-12-28 13:00:32 +00:00
UnionStep.h Fix LOGICAL_ERROR for JOIN with subquery, UNION and totals. 2022-12-28 13:00:32 +00:00
WindowStep.cpp Refactor FunctionNode 2022-12-02 19:15:26 +00:00
WindowStep.h