mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update DataTypeDomainSimpleAggregateFunction.cpp
This commit is contained in:
parent
ee5a88c15f
commit
a3020f2d22
@ -51,7 +51,7 @@ String DataTypeDomainSimpleAggregateFunction::doGetName() const
|
||||
stream << ")";
|
||||
}
|
||||
|
||||
for (const auto &argument_type : argument_types)
|
||||
for (const auto & argument_type : argument_types)
|
||||
stream << ", " << argument_type->getName();
|
||||
|
||||
stream << ")";
|
||||
|
Loading…
Reference in New Issue
Block a user