mz_sql::plan::query

Function plan_in_list

Source
fn plan_in_list(
    ecx: &ExprContext<'_>,
    lhs: &Expr<Aug>,
    list: &Vec<Expr<Aug>>,
    negated: &bool,
) -> Result<CoercibleScalarExpr, PlanError>