Function string_agg

Source
fn string_agg(
    state: Option<Box<str>>,
    value: Option<&str>,
    delimiter: Option<&str>,
) -> Option<Box<str>>