MCPcopy Create free account
hub / github.com/PRQL/prql / ident_quote

Method ident_quote

prqlc/prqlc/src/sql/dialect.rs:529–531  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

527
528impl DialectHandler for MySqlDialect {
529 fn ident_quote(&self) -> char {
530 '`'
531 }
532
533 fn set_ops_distinct(&self) -> bool {
534 // https://dev.mysql.com/doc/refman/8.0/en/set-operations.html

Callers 1

translate_ident_partFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected