spark_connect_rs::functions

Function ntile

Source
pub fn ntile(n: i32) -> Column
Expand description

Returns the ntile group id (from 1 to n inclusive) in an ordered window partition.