ntile

Function ntile 

Source
pub fn ntile(arg: Expr) -> Expr
Expand description

Create a WindowFunction expression for Ntile user-defined window function.

Integer ranging from 1 to the argument value, dividing the partition as equally as possible.