Function array_join

Source
pub fn array_join<T: ToExpr + ToLiteralExpr>(
    col: T,
    delimiter: &str,
    null_replacement: Option<&str>,
) -> Column
where Vec<T>: ToVecExpr,