fix style

This commit is contained in:
FFFFFFFHHHHHHH 2023-01-31 15:59:35 +08:00
parent 0a6cc61fd9
commit c64ffc6389

View File

@ -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>);