mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 08:52:06 +00:00
add explicit to constructor
This commit is contained in:
parent
afc6bccbce
commit
626088731b
@ -22,7 +22,7 @@ public:
|
||||
using Base = ConstInDepthQueryTreeVisitor<KeepEliminateFunctionVisitor>;
|
||||
using Base::Base;
|
||||
|
||||
KeepEliminateFunctionVisitor(const QueryTreeNodes & group_by_keys_, bool & keep_aggregator_)
|
||||
explicit KeepEliminateFunctionVisitor(const QueryTreeNodes & group_by_keys_, bool & keep_aggregator_)
|
||||
: group_by_keys(group_by_keys_), keep_aggregator(keep_aggregator_)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user