nth_value
function nth_value( column, offset, ignoreNulls?): Column;Defined in: functions/window.ts:33
Returns the value of the nth row in a window frame (1-based).
Parameters
Section titled “Parameters”| Parameter | Type | Default value |
|---|---|---|
column |
ColOrName |
undefined |
offset |
number |
undefined |
ignoreNulls |
boolean |
false |