mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Update ITransformingStep.h
This commit is contained in:
parent
40b398c8c4
commit
c057dd38c9
@ -32,7 +32,7 @@ public:
|
||||
virtual void transformPipeline(QueryPipeline & pipeline) = 0;
|
||||
|
||||
protected:
|
||||
/// Clear distinct_columns if res_header doesn't contain all af them.
|
||||
/// Clear distinct_columns if res_header doesn't contain all of them.
|
||||
static void updateDistinctColumns(const Block & res_header, NameSet & distinct_columns);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user