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:
@ -74,6 +74,10 @@ bool Func_isnull::getBoolVal(Row& row,
|
||||
parm[0]->data()->getStrVal(row, isNull);
|
||||
break;
|
||||
|
||||
case CalpontSystemCatalog::LONGDOUBLE:
|
||||
parm[0]->data()->getLongDoubleVal(row, isNull);
|
||||
break;
|
||||
|
||||
default:
|
||||
parm[0]->data()->getIntVal(row, isNull);
|
||||
}
|
||||
|
Reference in New Issue
Block a user