Skip to content

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).

ParameterTypeDefault value
columnColOrNameundefined
offsetnumberundefined
ignoreNullsbooleanfalse

Column