Skip to main content

named_struct

Function named_struct 

Source
pub fn named_struct(pairs: &[(&str, &Column)]) -> Column
Expand description

Create struct with explicit field names (PySpark named_struct). Pairs of (name, column).