Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
quote_identifier in datafusion::common::utils - Rust
[go: Go Back, main page]

datafusion::common::utils

Function quote_identifier

source
pub fn quote_identifier(s: &str) -> Cow<'_, str>
Expand 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"