mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
dbms: fixed error [#METR-18564].
This commit is contained in:
parent
e7aabfe43c
commit
b13c6cdd1e
@ -202,6 +202,11 @@ private:
|
||||
UInt8 threshold = 5; /// Значение по-умолчанию, если параметр не указан.
|
||||
|
||||
public:
|
||||
size_t sizeOfData() const
|
||||
{
|
||||
return sizeof(AggregateFunctionUniqUpToData<UInt64>) + sizeof(UInt64) * threshold;
|
||||
}
|
||||
|
||||
String getName() const { return "uniqUpTo"; }
|
||||
|
||||
DataTypePtr getReturnType() const
|
||||
|
Loading…
Reference in New Issue
Block a user