Function datafusion_common::utils::quote_identifier
source · pub fn quote_identifier(s: &str) -> StringExpand description
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"