pub fn assert_true(column: &Column, err_msg: Option<&str>) -> Column
Assert that all boolean values are true; errors otherwise (PySpark assert_true). When err_msg is Some, it is used in the error message when assertion fails.