mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Removed aggregate function "debug" [#CLICKHOUSE-2].
This commit is contained in:
parent
dd3e74c0eb
commit
156d48f3ee
@ -24,7 +24,6 @@ void registerAggregateFunctionsUniq(AggregateFunctionFactory & factory);
|
|||||||
void registerAggregateFunctionUniqUpTo(AggregateFunctionFactory & factory);
|
void registerAggregateFunctionUniqUpTo(AggregateFunctionFactory & factory);
|
||||||
void registerAggregateFunctionTopK(AggregateFunctionFactory & factory);
|
void registerAggregateFunctionTopK(AggregateFunctionFactory & factory);
|
||||||
void registerAggregateFunctionsBitwise(AggregateFunctionFactory & factory);
|
void registerAggregateFunctionsBitwise(AggregateFunctionFactory & factory);
|
||||||
void registerAggregateFunctionDebug(AggregateFunctionFactory & factory);
|
|
||||||
|
|
||||||
|
|
||||||
void registerAggregateFunctions()
|
void registerAggregateFunctions()
|
||||||
@ -50,7 +49,6 @@ void registerAggregateFunctions()
|
|||||||
registerAggregateFunctionUniqUpTo(factory);
|
registerAggregateFunctionUniqUpTo(factory);
|
||||||
registerAggregateFunctionTopK(factory);
|
registerAggregateFunctionTopK(factory);
|
||||||
registerAggregateFunctionsBitwise(factory);
|
registerAggregateFunctionsBitwise(factory);
|
||||||
registerAggregateFunctionDebug(factory);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user