mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 10:31:57 +00:00
fix style
This commit is contained in:
parent
0a6cc61fd9
commit
c64ffc6389
@ -30,7 +30,8 @@ AggregateFunctionPtr createAggregateFunctionStatisticsArbitrary(
|
||||
|
||||
}
|
||||
|
||||
void registerAggregateFunctionsStatisticsSimpleMatrix(AggregateFunctionFactory & factory) {
|
||||
void registerAggregateFunctionsStatisticsSimpleMatrix(AggregateFunctionFactory & factory)
|
||||
{
|
||||
factory.registerFunction("covarSampMatrix", createAggregateFunctionStatisticsArbitrary<AggregateFunctionCovarSampSimpleMatrix>);
|
||||
factory.registerFunction("covarPopMatrix", createAggregateFunctionStatisticsArbitrary<AggregateFunctionCovarPopSimpleMatrix>);
|
||||
factory.registerFunction("corrMatrix", createAggregateFunctionStatisticsArbitrary<AggregateFunctionCorrSimpleMatrix>);
|
||||
|
Loading…
Reference in New Issue
Block a user