pub fn array_join( col: impl Into<Column>, delimiter: &str, null_replacement: Option<&str>, ) -> Column
Concatenates the elements of column using the delimiter.