Function spark_connect_rs::functions::array_join
source ยท pub fn array_join<T>(
col: T,
delimiter: &str,
null_replacement: Option<&str>
) -> Columnpub fn array_join<T>(
col: T,
delimiter: &str,
null_replacement: Option<&str>
) -> Column