mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
#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:
parent
f0ac5b441f
commit
3dde788146
@ -186,7 +186,7 @@ public:
|
||||
IAggregateFunctionDataHelper<
|
||||
AggregateFunctionWelchTTestData<X, Y, Ret>,
|
||||
AggregateFunctionWelchTTest<X, Y, Ret>
|
||||
> {arguments, params}
|
||||
> ({argument}, params)
|
||||
{
|
||||
// notice: arguments has been in factory
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user