fn is_exactly_true(expr: Expr, info: &impl SimplifyInfo) -> Result<Expr>Expand description
Returns expression testing a boolean expr for being exactly true (not false or NULL).
fn is_exactly_true(expr: Expr, info: &impl SimplifyInfo) -> Result<Expr>Returns expression testing a boolean expr for being exactly true (not false or NULL).