pub fn assert_true( col: impl Into<Column>, err_msg: Option<impl Into<Column>>, ) -> Column
Returns null if the input column is true; throws an exception with the provided error message otherwise