pub fn isin_str(column: &Column, values: &[&str]) -> Column
Check if column values are in the given string slice (PySpark isin with literal list).