Function mz_sql::plan::statement::ddl::plan_create_table

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