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

Method ident_quoting_style

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

Source from the content-addressed store, hash-verified

368
369impl DialectHandler for RedshiftDialect {
370 fn ident_quoting_style(&self) -> IdentQuotingStyle {
371 // Use conditional quoting with dialect-specific keywords
372 IdentQuotingStyle::ConditionallyQuoted
373 }
374
375 fn interval_quoting_style(&self, dtf: &DateTimeField) -> IntervalQuotingStyle {
376 if matches!(dtf, DateTimeField::Week(_) | DateTimeField::Weeks) {

Callers 1

translate_ident_partFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected