Function mz_sql::plan::statement::ddl::plan_index_options

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