Skip to main content

nth_value

Function nth_value 

Source
pub fn nth_value(
    column: &Column,
    n: i64,
    partition_by: &[&str],
    descending: bool,
) -> Column
Expand description

Nth value in partition by order (1-based n). Window is applied; do not call .over() again.