Function mz_sql::plan::statement::show::humanize_sql_for_show_create

source ยท
fn humanize_sql_for_show_create(
    catalog: &dyn SessionCatalog,
    id: GlobalId,
    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.