You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-1822 finishing up use long double for SUM/AVG
This commit is contained in:
@ -47,8 +47,8 @@ public:
|
||||
static boost::shared_ptr<WindowFunctionType> makeFunction(int, const string&, int);
|
||||
|
||||
protected:
|
||||
T fAvg;
|
||||
T fSum;
|
||||
long double fAvg;
|
||||
long double fSum;
|
||||
uint64_t fCount;
|
||||
bool fDistinct;
|
||||
std::set<T> fSet;
|
||||
|
Reference in New Issue
Block a user