spark_connect_rs::functions

Function map_concat

Source
pub fn map_concat<I>(cols: I) -> Column
where I: IntoIterator, I::Item: Into<Column>,
Expand description

Returns the union of all the given maps.