datafusion_functions_window::rank

Function dense_rank

Source
pub fn dense_rank() -> Expr
Expand description

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

Returns rank of the current row without gaps. This function counts peer groups