pub fn quote_identifier(s: &str) -> Cow<'_, str>
Wraps identifier string in double quotes, escaping any double quotes in the identifier by replacing it with two double quotes
e.g. identifier tab.le"name becomes "tab.le""name"
tab.le"name
"tab.le""name"