pub fn normalize_identifier(name: &str, dialect: Dialect) -> StringExpand description
Normalize an identifier according to the given dialect’s conventions.
Most SQL dialects treat unquoted identifiers as case-insensitive (typically by converting to lowercase internally). A few dialects (BigQuery, Hive, Spark, Databricks) are case-sensitive for table/column names.