Function mz_sql::plan::statement::ddl::plan_create_index

source ยท
pub fn plan_create_index(
    scx: &StatementContext<'_>,
    stmt: CreateIndexStatement<Aug>,
) -> Result<Plan, PlanError>