1
0
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:
David Hall
2018-11-06 11:07:49 -06:00
parent df6d97ca04
commit 06d1c9fcbe

View File

@ -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;