You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +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();
|
fFunctionType->resetData();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
firstTime = false;
|
else
|
||||||
|
{
|
||||||
|
fFunctionType->resetData();
|
||||||
|
firstTime = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
fFunctionType->operator()(b, e, i); // UDAnF: Calls nextValue and evaluate
|
fFunctionType->operator()(b, e, i); // UDAnF: Calls nextValue and evaluate
|
||||||
prevFrame = w;
|
prevFrame = w;
|
||||||
|
Reference in New Issue
Block a user