Skip to main content

array_join

Function array_join 

Source
pub fn array_join(column: &Column, separator: &str) -> Column
Expand description

Join list of strings with separator (PySpark array_join).