pub fn ntile<'a, V>(
n: usize,
) -> WindowFnExpr<'a, V, <V::DialectMarker as CountPolicy>::Count, NonNull>Expand description
NTILE(n) — divide rows into n roughly equal groups.
Returns an integer, never NULL.
pub fn ntile<'a, V>(
n: usize,
) -> WindowFnExpr<'a, V, <V::DialectMarker as CountPolicy>::Count, NonNull>NTILE(n) — divide rows into n roughly equal groups.
Returns an integer, never NULL.