Skip to main content

peek_eq_literal

Function peek_eq_literal 

Source
fn peek_eq_literal(cond: &MirScalarExpr) -> Option<(&MirScalarExpr, &Row)>
Expand description

Inspects an Eq(expr, literal) condition and returns references to the non-literal expression and the literal Row. Returns (non_literal_expr_ref, literal_row_ref).