mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 20:12:02 +00:00
Fix build.
This commit is contained in:
parent
0c6129ac7c
commit
a58b152140
@ -14,8 +14,8 @@ class DataStream
|
|||||||
public:
|
public:
|
||||||
Block header;
|
Block header;
|
||||||
|
|
||||||
NameSet distinct_columns;
|
NameSet distinct_columns = {};
|
||||||
NameSet local_distinct_columns; /// Those columns are distinct in separate thread, but not in general.
|
NameSet local_distinct_columns = {}; /// Those columns are distinct in separate thread, but not in general.
|
||||||
|
|
||||||
/// Things which may be added:
|
/// Things which may be added:
|
||||||
/// * sort description
|
/// * sort description
|
||||||
|
Loading…
Reference in New Issue
Block a user