Skip to content

Commit

Permalink
Update since version
Browse files Browse the repository at this point in the history
  • Loading branch information
beliefer committed Jun 11, 2020
1 parent 0d2d014 commit 4d08364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ case class Lag(input: Expression, offset: Expression, default: Expression)
null, null is returned. If there is no such an offset row (e.g., when the offset is 10,
size of the window frame less than 10), null is returned.
""",
since = "3.0.0")
since = "3.1.0")
case class NthValue(input: Expression, offset: Expression)
extends OffsetWindowFunction {

Expand Down

0 comments on commit 4d08364

Please sign in to comment.