pub fn plan_create_view(
    scx: &StatementContext<'_>,
    stmt: CreateViewStatement<Aug>,
    params: &Params
) -> Result<Plan, PlanError>