fn humanize_sql(
    catalog: &dyn SessionCatalog,
    sql: &str
) -> Result<String, PlanError>
Expand description

Convert a SQL statement into a form suitable for human consumption.