You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
Lot of files updated
This commit is contained in:
@@ -488,6 +488,7 @@ void AggregateColumn::evaluate(Row& row, bool& isNull)
|
||||
break;
|
||||
|
||||
case CalpontSystemCatalog::ENUM:
|
||||
// Nedeljko TO DO
|
||||
if ((row.equals<2>(USMALLINTNULL, fInputIndex)) || (row.getUintField<2>(fInputIndex) == USMALLINTNULL))
|
||||
isNull = true;
|
||||
else
|
||||
|
Reference in New Issue
Block a user