fn plan_index_options(
    scx: &StatementContext<'_>,
    with_opts: Vec<IndexOption<Aug>>
) -> Result<Vec<IndexOption>, PlanError>