You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-05 04:50:35 +03:00
Lot of files updated
This commit is contained in:
committed by
Serguey Zefirov
parent
721652be43
commit
06948eb8bd
@@ -175,6 +175,7 @@ inline uint64_t getUintNullValue(int colType, int colWidth = 0)
|
||||
return joblist::UTINYINTNULL;
|
||||
}
|
||||
|
||||
case execplan::CalpontSystemCatalog::ENUM:
|
||||
case execplan::CalpontSystemCatalog::USMALLINT:
|
||||
{
|
||||
return joblist::USMALLINTNULL;
|
||||
@@ -399,6 +400,7 @@ inline bool RowAggregation::isNull(const RowGroup* pRowGroup, const Row& row, in
|
||||
break;
|
||||
}
|
||||
|
||||
case execplan::CalpontSystemCatalog::ENUM:
|
||||
case execplan::CalpontSystemCatalog::USMALLINT:
|
||||
{
|
||||
ret = ((uint16_t)row.getIntField(col) == joblist::USMALLINTNULL);
|
||||
|
||||
Reference in New Issue
Block a user