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
Update. The class Row has to be updated to contain ColType info abu columns instead of ColDataType.
This commit is contained in:
@@ -610,6 +610,7 @@ void WindowFunctionColumn::evaluate(Row& row, bool& isNull)
|
||||
break;
|
||||
}
|
||||
|
||||
case CalpontSystemCatalog::ENUM:
|
||||
case CalpontSystemCatalog::USMALLINT:
|
||||
{
|
||||
if (row.equals<2>(USMALLINTNULL, fInputIndex))
|
||||
|
Reference in New Issue
Block a user