fn humanize_sql_for_show_create(
catalog: &dyn SessionCatalog,
id: CatalogItemId,
sql: &str,
) -> Result<String, PlanError>
Expand description
Convert a SQL statement into a form that could be used as input, as well as is more amenable to human consumption.