Function mz_expr::relation::func::dense_rank_no_list

source ·
fn dense_rank_no_list<'a: 'b, 'b, I>(
    datums: I,
    callers_temp_storage: &'b RowArena,
    order_by: &[ColumnOrder],
) -> impl Iterator<Item = Datum<'b>>
where I: IntoIterator<Item = Datum<'a>>,
Expand description

Like dense_rank, but doesn’t perform the final wrapping in a list, returning an Iterator instead.