Open
Description
Lead
and Lag
return a default value when looking before or after the source sequence.
Window
stays in the source sequence.
The difference of behavior is misleading.
We may think to homogenize this and have this grammar:
{Lead|Lag|Window}{_|Left|Right|LeftAndRight}
This is a breaking change for current Lead
and Lag
behavior.