pub fn when_then_otherwise_null(condition: &Column, value: &Column) -> Column
Two-arg when(condition, value): returns value where condition is true, null otherwise (PySpark when(cond, val)).