mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
fix after merge
This commit is contained in:
parent
5ae834d153
commit
cbcc7482ff
@ -5,6 +5,7 @@ namespace DB
|
|||||||
|
|
||||||
class AggregateFunctionFactory;
|
class AggregateFunctionFactory;
|
||||||
void registerAggregateFunctionAvg(AggregateFunctionFactory &);
|
void registerAggregateFunctionAvg(AggregateFunctionFactory &);
|
||||||
|
void registerAggregateFunctionAvgWeighted(AggregateFunctionFactory &);
|
||||||
void registerAggregateFunctionCount(AggregateFunctionFactory &);
|
void registerAggregateFunctionCount(AggregateFunctionFactory &);
|
||||||
void registerAggregateFunctionGroupArray(AggregateFunctionFactory &);
|
void registerAggregateFunctionGroupArray(AggregateFunctionFactory &);
|
||||||
void registerAggregateFunctionGroupUniqArray(AggregateFunctionFactory &);
|
void registerAggregateFunctionGroupUniqArray(AggregateFunctionFactory &);
|
||||||
|
Loading…
Reference in New Issue
Block a user