pub fn ntile(arg: Expr) -> ExprExpand 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.
pub fn ntile(arg: Expr) -> ExprCreate a WindowFunction expression for
Ntile user-defined window function.
Integer ranging from 1 to the argument value, dividing the partition as equally as possible.