pub fn named_struct(pairs: &[(&str, &Column)]) -> Column
Create struct with explicit field names (PySpark named_struct). Pairs of (name, column).