MCPcopy Create free account
hub / github.com/apache/datafusion / identifier_quote_style

Method identifier_quote_style

datafusion/sql/src/unparser/expr.rs:3094–3096  ·  view source on GitHub ↗
(&self, _identifier: &str)

Source from the content-addressed store, hash-verified

3092
3093 impl Dialect for MsSqlDialect {
3094 fn identifier_quote_style(&self, _identifier: &str) -> Option<char> {
3095 Some('[')
3096 }
3097
3098 fn string_literal_to_sql(&self, s: &str) -> Option<ast::Expr> {
3099 if !s.is_ascii() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected