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-1822 Intermediate checkin. DISTINCT not working.
This commit is contained in:
@ -60,6 +60,7 @@ void Func::init()
|
||||
double* dp = reinterpret_cast<double*>(&dni);
|
||||
fDoubleNullVal = *dp;
|
||||
|
||||
fDoubleNullVal = joblist::LONGDOUBLENULL;
|
||||
}
|
||||
|
||||
|
||||
@ -341,6 +342,11 @@ string Func::doubleToString(double d)
|
||||
return helpers::doubleToString(d);
|
||||
}
|
||||
|
||||
string Func::longDoubleToString(long double ld)
|
||||
{
|
||||
return helpers::longDoubleToString(ld);
|
||||
}
|
||||
|
||||
|
||||
} // namespace funcexp
|
||||
// vim:ts=4 sw=4:
|
||||
|
Reference in New Issue
Block a user