Function mz_sql::plan::query::plan_and

source ·
fn plan_and(
    ecx: &ExprContext<'_>,
    left: &Expr<Aug>,
    right: &Expr<Aug>
) -> Result<CoercibleScalarExpr, PlanError>