ClickHouse/src/Processors/QueryPlan
2022-06-27 18:42:26 +00:00
..
Optimizations preserve filling step position 2022-06-09 13:35:55 -04:00
AggregatingStep.cpp Support NULLs in ROLLUP 2022-06-27 18:42:26 +00:00
AggregatingStep.h Support NULLs in ROLLUP 2022-06-27 18:42:26 +00:00
ArrayJoinStep.cpp Move some files. 2021-10-16 17:03:50 +03:00
ArrayJoinStep.h Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 19:28:41 +03:00
BuildQueryPipelineSettings.cpp Hook progress callbacks with subqueries too 2021-12-22 23:13:45 +01:00
BuildQueryPipelineSettings.h Hook progress callbacks with subqueries too 2021-12-22 23:13:45 +01:00
CreatingSetsStep.cpp Revert "Fix errors of CheckTriviallyCopyableMove type" 2022-06-07 13:53:10 +02:00
CreatingSetsStep.h Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
CubeStep.cpp Code cleanup & fix GROUPING() with TOTALS 2022-05-19 16:36:51 +00:00
CubeStep.h Code cleanup & fix GROUPING() with TOTALS 2022-05-19 16:36:51 +00:00
DistinctStep.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
DistinctStep.h Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
DistributedCreateLocalPlan.cpp Support for simultaneous read from local and remote parallel replica (#37204) 2022-06-02 11:46:33 +02:00
DistributedCreateLocalPlan.h Support for simultaneous read from local and remote parallel replica (#37204) 2022-06-02 11:46:33 +02:00
ExpressionStep.cpp Fix more tests. 2022-05-30 13:10:30 +00:00
ExpressionStep.h Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 19:28:41 +03:00
ExtremesStep.cpp Move some files. 2021-10-16 17:03:50 +03:00
ExtremesStep.h Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 19:28:41 +03:00
FillingStep.cpp Merge branch 'master' into interpolate-feature 2022-04-05 14:39:07 -04:00
FillingStep.h optimization, INTERPOLATE without expr. list, any column is allowed except WITH FILL 2022-03-24 15:29:29 -04:00
FilterStep.cpp Move some files. 2021-10-16 17:03:50 +03:00
FilterStep.h Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 19:28:41 +03:00
IntersectOrExceptStep.cpp Move some files. 2021-10-16 17:03:50 +03:00
IntersectOrExceptStep.h Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 19:28:41 +03:00
IQueryPlanStep.cpp Revert "More parallel execution for queries with FINAL (#36396)" 2022-06-15 17:25:38 +03:00
IQueryPlanStep.h Minor cleanup 2022-06-05 14:31:07 +00:00
ISourceStep.cpp Move some files. 2021-10-16 17:03:50 +03:00
ISourceStep.h Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 19:28:41 +03:00
ITransformingStep.cpp Revert "Fix errors of CheckTriviallyCopyableMove type" 2022-06-07 13:53:10 +02:00
ITransformingStep.h Improve the pipeline description for JOIN (#35612) 2022-04-04 13:56:41 +02:00
JoinStep.cpp update QueryPipelineBuilder::joinPipelines 2022-04-27 10:24:19 +08:00
JoinStep.h update test case tests/queries/0_stateless/02236_explain_pipeline_join.sql 2022-04-27 10:08:22 +08:00
LimitByStep.cpp Move some files. 2021-10-16 17:03:50 +03:00
LimitByStep.h Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 19:28:41 +03:00
LimitStep.cpp Fix LimitStep header after limit push down optimization. 2021-10-22 16:19:49 +03:00
LimitStep.h Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 19:28:41 +03:00
MergingAggregatedStep.cpp Move some files. 2021-10-16 17:03:50 +03:00
MergingAggregatedStep.h Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
OffsetStep.cpp Move some files. 2021-10-16 17:03:50 +03:00
OffsetStep.h Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
QueryIdHolder.cpp Fix potential leak of query_id_holder 2021-10-11 15:56:00 +08:00
QueryIdHolder.h Fix potential leak of query_id_holder 2021-10-11 15:56:00 +08:00
QueryPlan.cpp Cleanup 2022-06-02 16:59:14 +00:00
QueryPlan.h Cleanup 2022-06-02 16:59:14 +00:00
ReadFromMergeTree.cpp Revert "More parallel execution for queries with FINAL (#36396)" 2022-06-15 17:25:38 +03:00
ReadFromMergeTree.h remove description for ReadFromMergeTree from pipeline, adjust tests for plan 2022-03-24 11:31:52 +00:00
ReadFromPreparedSource.cpp Move some resources 2022-05-20 19:49:31 +00:00
ReadFromPreparedSource.h Refactor a little bit more. 2022-05-31 14:43:38 +00:00
ReadFromRemote.cpp when using clang12 compile, the unused filed shard_count will cause compile error. So delete it. 2022-06-16 10:43:31 +08:00
ReadFromRemote.h when using clang12 compile, the unused filed shard_count will cause compile error. So delete it. 2022-06-16 10:43:31 +08:00
ReadNothingStep.cpp Move some files. 2021-10-16 17:03:50 +03:00
ReadNothingStep.h Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 19:28:41 +03:00
RollupStep.cpp Support NULLs in ROLLUP 2022-06-27 18:42:26 +00:00
RollupStep.h Code cleanup & fix GROUPING() with TOTALS 2022-05-19 16:36:51 +00:00
SortingStep.cpp Fixed tests 2022-05-11 21:59:51 +02:00
SortingStep.h Fixed style 2022-05-11 21:59:51 +02:00
TotalsHavingStep.cpp Fix GROUP BY AggregateFunction (#37093) 2022-05-18 23:37:43 +02:00
TotalsHavingStep.h Fix GROUP BY AggregateFunction (#37093) 2022-05-18 23:37:43 +02:00
UnionStep.cpp Move some files. 2021-10-16 17:03:50 +03:00
UnionStep.h Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 19:28:41 +03:00
WindowStep.cpp Make SortDescription::column_name always non-empty (#35805) 2022-04-04 14:17:15 +02:00
WindowStep.h Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 19:28:41 +03:00