Function mz_expr::relation::func::window_aggr_no_list
source · fn window_aggr_no_list<'a: 'b, 'b, I, A>(
input_datums: I,
callers_temp_storage: &'b RowArena,
wrapped_aggregate: &AggregateFunc,
order_by: &[ColumnOrder],
window_frame: &WindowFrame,
) -> impl Iterator<Item = Datum<'b>>
Expand description
Like window_aggr
, but doesn’t perform the final wrapping in a list, returning an Iterator
instead.