Function mz_expr::relation::func::window_aggr

source ·
fn window_aggr<'a, I, A>(
    input_datums: I,
    callers_temp_storage: &'a RowArena,
    wrapped_aggregate: &AggregateFunc,
    order_by: &[ColumnOrder],
    window_frame: &WindowFrame
) -> Datum<'a>where
    I: IntoIterator<Item = Datum<'a>>,
    A: OneByOneAggr,