pub fn array_join(column: &Column, separator: &str) -> Column
Join list of strings with separator (PySpark array_join).