1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

Update. The class Row has to be updated to contain ColType info abu columns instead of ColDataType.

This commit is contained in:
Nedeljko Stefanovic
2025-07-04 10:44:54 +00:00
parent d7ee669696
commit 54800de255
9 changed files with 30 additions and 11 deletions

View File

@@ -731,6 +731,7 @@ void SimpleColumn::evaluate(Row& row, bool& isNull)
break;
}
case CalpontSystemCatalog::ENUM:
case CalpontSystemCatalog::USMALLINT:
{
fResult.uintVal = row.getUintField<2>(fInputIndex);