changed GlobalStats to use HLL12 [#CONV-8544]

This commit is contained in:
Vyacheslav Alipov 2013-08-22 10:58:52 +00:00
parent e68f0a2f69
commit b25c3408ec

View File

@ -57,7 +57,7 @@ struct AggregateFunctionUniqUniquesHashSetData
struct AggregateFunctionUniqHLL12Data
{
typedef HyperLogLogCounter<12, double> Set;
typedef HLL12 Set;
Set set;
static String getName() { return "uniqHLL12"; }