You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-15 03:21:42 +03:00
MCOL-1793 Handle transition of Window Frame from outside of Partition to inside part 2
This commit is contained in:
@ -211,7 +211,11 @@ void WindowFunction::operator()()
|
||||
fFunctionType->resetData();
|
||||
}
|
||||
}
|
||||
firstTime = false;
|
||||
else
|
||||
{
|
||||
fFunctionType->resetData();
|
||||
firstTime = false;
|
||||
}
|
||||
}
|
||||
fFunctionType->operator()(b, e, i); // UDAnF: Calls nextValue and evaluate
|
||||
prevFrame = w;
|
||||
|
Reference in New Issue
Block a user