fix after merge

This commit is contained in:
Andrei Bodrov 2019-12-18 13:05:22 +03:00
parent 5ae834d153
commit cbcc7482ff

View File

@ -5,6 +5,7 @@ namespace DB
class AggregateFunctionFactory;
void registerAggregateFunctionAvg(AggregateFunctionFactory &);
void registerAggregateFunctionAvgWeighted(AggregateFunctionFactory &);
void registerAggregateFunctionCount(AggregateFunctionFactory &);
void registerAggregateFunctionGroupArray(AggregateFunctionFactory &);
void registerAggregateFunctionGroupUniqArray(AggregateFunctionFactory &);