nthValue

The nth_value window function, translated to nth_value(expr, n) in SQL.

Return the value of expr from the n-th row of the window frame. If there is no such row, the return value is null.

Since

3.6.0