You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Welford's algorithm STD and VAR on window functions
This commit is contained in:
@ -40,8 +40,8 @@ class WF_stats : public WindowFunctionType
|
||||
static boost::shared_ptr<WindowFunctionType> makeFunction(int, const string&, int, WindowFunctionColumn*);
|
||||
|
||||
protected:
|
||||
long double fSum1;
|
||||
long double fSum2;
|
||||
long double fMean;
|
||||
long double fM2sum;
|
||||
uint64_t fCount;
|
||||
double fStats;
|
||||
};
|
||||
|
Reference in New Issue
Block a user