mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 03:52:15 +00:00
Make better
This commit is contained in:
parent
5c0c19c533
commit
0475eb0b17
@ -114,7 +114,7 @@ public:
|
||||
|
||||
IColumn * extractStateColumnFromResultColumn(IColumn * column) const override
|
||||
{
|
||||
return assert_cast<ColumnAggregateFunction *>(column);
|
||||
return column;
|
||||
}
|
||||
|
||||
bool allocatesMemoryInArena() const override
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include <Interpreters/AggregationUtils.h>
|
||||
#include <Columns/ColumnMap.h>
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user