Function spark_connect_core::functions::array_join

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