Function mz_expr::relation::func::last_value_no_list

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

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