Update AggregateFunctionOrFill.cpp

This commit is contained in:
alexey-milovidov 2020-11-04 19:57:00 +03:00 committed by GitHub
parent 85f81f9d9e
commit 97b4534eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ private:
Kind kind;
public:
AggregateFunctionCombinatorOrFill(Kind kind_) : kind(kind_) {}
explicit AggregateFunctionCombinatorOrFill(Kind kind_) : kind(kind_) {}
String getName() const override
{