spark_connect_rs::functions

Function struct_col

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

Creates a new struct column.