spark_connect_rs::functions

Function named_struct

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

Creates a struct with the given field names and values.