mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Update AggregateDescription.cpp
This commit is contained in:
parent
a3f0ba17ea
commit
6a013b966c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user