Skip to main content

rank

Function rank 

Source
pub fn rank<'a, V>() -> WindowFnExpr<'a, V, <V::DialectMarker as CountPolicy>::Count, NonNull>
where V: SQLParam + 'a, V::DialectMarker: CountPolicy,
Expand description

RANK() — rank with gaps for ties.

Returns an integer, never NULL.