spark_connect_rs::functions

Function array

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

Creates a new array column.