mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
fix PVS warning
This commit is contained in:
parent
6cd12d5806
commit
f3a22043f3
@ -194,7 +194,7 @@ public:
|
||||
};
|
||||
|
||||
ValueWithInfinity(MutableColumnPtr && column_)
|
||||
: column(std::move(column_)) {}
|
||||
: column(std::move(column_)), type(NORMAL) {}
|
||||
|
||||
void update(const Field & x);
|
||||
void update(Type type_) { type = type_; }
|
||||
|
Loading…
Reference in New Issue
Block a user