Function mz_sql::plan::statement::show::plan_show_create_item

source ยท
fn plan_show_create_item(
    scx: &StatementContext<'_>,
    name: &ResolvedItemName,
    expect_type: CatalogItemType,
) -> Result<ShowCreatePlan, PlanError>