#WelchTTest aggregate function implementation

What's new:
-Main classes for aggreagate function added.
-Data class with needed mathods added.
-Registered function in registerAggregateFunctions.h
This commit is contained in:
antikvist 2020-05-07 14:17:58 +03:00
parent f0ac5b441f
commit 3dde788146

View File

@ -186,7 +186,7 @@ public:
IAggregateFunctionDataHelper<
AggregateFunctionWelchTTestData<X, Y, Ret>,
AggregateFunctionWelchTTest<X, Y, Ret>
> {arguments, params}
> ({argument}, params)
{
// notice: arguments has been in factory
}