Description
The current Lead/Lag extends OffsetWindowFunction. OffsetWindowFunction contains field direction and use direction to calculate the boundary.
We can use single literal expression unify the two properties.
For example:
3 means direction is Asc and boundary is 3.
-3 means direction is Desc and boundary is -3.