Function assert_true

Source
pub fn assert_true(
    col: impl Into<Column>,
    err_msg: Option<impl Into<Column>>,
) -> Column
Expand description

Returns null if the input column is true; throws an exception with the provided error message otherwise