Skip to main content

lead

Function lead 

Source
pub fn lead(column: &Column, n: i64) -> Column
Expand description

Lead: value from n rows after in partition. Use with .over(partition_by).