Skip to main content

normalize_identifier

Function normalize_identifier 

Source
pub fn normalize_identifier(name: &str, dialect: Dialect) -> String
Expand 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.