ClickHouse/src/Processors/QueryPlan
Alexander Kuzmenkov 2571dac984
Merge pull request #20111 from ClickHouse/aku/window-prototype
RANGE OFFSET window frame
2021-02-11 10:39:21 +03:00
..
Optimizations Fix removing filter column from expression after Filter actions split 2021-02-04 14:44:00 +03:00
AddingDelayedSourceStep.cpp Try fix Pipeline stuck 2020-12-27 13:30:00 +03:00
AddingDelayedSourceStep.h Rename step. 2020-06-22 13:21:13 +03:00
AddingMissedStep.cpp Properly check distinct columns. 2020-11-26 12:46:41 +03:00
AddingMissedStep.h Fix build. 2020-10-06 11:55:03 +03:00
AggregatingStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
AggregatingStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
ArrayJoinStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
ArrayJoinStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
CreatingSetsStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
CreatingSetsStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
CubeStep.cpp Split traits of ITransformingStep to DataStreamTraits and TransformTraits. 2020-07-28 16:10:48 +03:00
CubeStep.h Update query plan traits for DISTINCT. Add more comments. 2020-06-22 13:18:28 +03:00
DistinctStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
DistinctStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
ExpressionStep.cpp Add more info for ActionsDAG 2021-01-12 21:47:54 +03:00
ExpressionStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
ExtremesStep.cpp Split traits of ITransformingStep to DataStreamTraits and TransformTraits. 2020-07-28 16:10:48 +03:00
ExtremesStep.h Update query plan traits for DISTINCT. Add more comments. 2020-06-22 13:18:28 +03:00
FillingStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
FillingStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
FilterStep.cpp Update explain for filter 2021-01-19 15:54:55 +03:00
FilterStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
FinishSortingStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
FinishSortingStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
IQueryPlanStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
IQueryPlanStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
ISourceStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
ISourceStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
ITransformingStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
ITransformingStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
LimitByStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
LimitByStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
LimitStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
LimitStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
MaterializingStep.cpp Add MaterializingStep. 2020-09-17 15:11:23 +03:00
MaterializingStep.h Support reading with QueryPlan for StorageView. 2020-09-17 16:22:24 +03:00
MergeSortingStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
MergeSortingStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
MergingAggregatedStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
MergingAggregatedStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
MergingFinal.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
MergingFinal.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
MergingSortedStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
MergingSortedStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
OffsetStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
OffsetStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
PartialSortingStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
PartialSortingStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
QueryIdHolder.cpp Per MergeTree table query limit 2021-01-26 14:03:31 +08:00
QueryIdHolder.h Per MergeTree table query limit 2021-01-26 14:03:31 +08:00
QueryPlan.cpp Rewrite QueryPlan tree optimizations traverse. 2021-01-27 20:36:53 +03:00
QueryPlan.h final cleanup 2020-12-24 12:12:34 +03:00
ReadFromPreparedSource.cpp Fix explain for ISourceStep. 2020-09-30 15:22:30 +03:00
ReadFromPreparedSource.h Fix explain for ISourceStep. 2020-09-30 15:22:30 +03:00
ReadNothingStep.cpp Update query plan traits for DISTINCT. Add more comments. 2020-06-22 13:18:28 +03:00
ReadNothingStep.h Update query plan traits for DISTINCT. Add more comments. 2020-06-22 13:18:28 +03:00
ReverseRowsStep.cpp Use QueryPlan while reading from MergeTree. 2020-10-01 20:34:22 +03:00
ReverseRowsStep.h Use QueryPlan while reading from MergeTree. 2020-10-01 20:34:22 +03:00
RollupStep.cpp Split traits of ITransformingStep to DataStreamTraits and TransformTraits. 2020-07-28 16:10:48 +03:00
RollupStep.h Update query plan traits for DISTINCT. Add more comments. 2020-06-22 13:18:28 +03:00
SettingQuotaAndLimitsStep.cpp Fix order of resource destruction in SettingQuotaAndLimitsStep. 2020-10-06 09:53:51 +03:00
SettingQuotaAndLimitsStep.h Fix order of resource destruction in SettingQuotaAndLimitsStep. 2020-10-06 09:53:51 +03:00
TotalsHavingStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
TotalsHavingStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
UnionStep.cpp Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
UnionStep.h Remove the forward declaration changes 2020-12-24 12:12:34 +03:00
WindowStep.cpp style 2021-02-09 19:50:39 +03:00
WindowStep.h unbounded following frame end 2021-01-30 04:16:44 +03:00