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