Function array_agg

Source
fn array_agg(
    state: &mut ArrayAggState,
    value: Option<ScalarRefImpl<'_>>,
    ctx: &Context,
)