fix PVS warning

This commit is contained in:
CurtizJ 2020-02-27 16:29:37 +03:00
parent 6cd12d5806
commit f3a22043f3

View File

@ -194,7 +194,7 @@ public:
}; };
ValueWithInfinity(MutableColumnPtr && column_) ValueWithInfinity(MutableColumnPtr && column_)
: column(std::move(column_)) {} : column(std::move(column_)), type(NORMAL) {}
void update(const Field & x); void update(const Field & x);
void update(Type type_) { type = type_; } void update(Type type_) { type = type_; }