Update AggregateDescription.cpp

This commit is contained in:
alexey-milovidov 2020-07-05 19:27:54 +03:00 committed by GitHub
parent a3f0ba17ea
commit 6a013b966c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ void AggregateDescription::explain(WriteBuffer & out, size_t ident) const
if (function)
{
/// Double whitespace is intentional.
out << prefix << " Function: " << function->getName();
const auto & params = function->getParameters();