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

Method has_concat_function

prqlc/prqlc/src/sql/dialect.rs:439–441  ·  view source on GitHub ↗

Redshift only supports CONCAT with two elements, the docs recommend to use the || operator for more than two elements: https://docs.aws.amazon.com/redshift/latest/dg/r_CONCAT.html

(&self)

Source from the content-addressed store, hash-verified

437 // Redshift only supports CONCAT with two elements, the docs recommend to use the || operator
438 // for more than two elements: https://docs.aws.amazon.com/redshift/latest/dg/r_CONCAT.html
439 fn has_concat_function(&self) -> bool {
440 false
441 }
442}
443
444impl DialectHandler for GlareDbDialect {

Callers 1

process_concatFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected