Implement first_value and last_value as window functions
Currently the implementation doesn't support removal, thus the computation is performed by running over the window frame again.
Showing
Please register or sign in to comment
Currently the implementation doesn't support removal, thus the computation is performed by running over the window frame again.