spark_connect_rs::functions

Function array_join

Source
pub fn array_join(
    col: impl Into<Column>,
    delimiter: &str,
    null_replacement: Option<&str>,
) -> Column
Expand description

Concatenates the elements of column using the delimiter.