Function rustdb::compile::c_where[][src]

pub fn c_where(
    b: &Block<'_>,
    table: Option<Rc<Table>>,
    wher: &mut Option<Expr>
) -> (Option<CExpPtr<bool>>, Option<CTableExpression>)
Expand description

Compile WHERE clause, using table index if possible.