You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-641 Simple aggregates support: min, max, sum, avg for wide-DECIMALs.
This commit is contained in:
@ -1127,7 +1127,7 @@ void TupleJoiner::updateCPData(const Row& r)
|
||||
}
|
||||
else
|
||||
{
|
||||
int64_t val;
|
||||
int64_t val = 0;
|
||||
if (r.getColType(colIdx) == CalpontSystemCatalog::LONGDOUBLE)
|
||||
{
|
||||
double dval = (double)roundl(r.getLongDoubleField(colIdx));
|
||||
|
Reference in New Issue
Block a user