fn plan_field_access(
    ecx: &ExprContext<'_>,
    expr: &Expr<Aug>,
    field: &Ident
) -> Result<CoercibleScalarExpr, PlanError>