This commit is contained in:
Nikita Mikhaylov 2021-07-20 13:08:01 +00:00
parent 276fec96d1
commit 3a00a7f56e

View File

@ -114,7 +114,7 @@ void registerAggregateFunctions()
registerAggregateFunctionSequenceNextNode(factory);
registerAggregateFunctionWelchTTest(factory);
registerAggregateFunctionStudentTTest(factory);
registerAggregateFunctionNothing(factory);
registerAggregateFunctionNothing(factory);
registerWindowFunctions(factory);