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

Method escape

datafusion/common/src/config.rs:3323–3325  ·  view source on GitHub ↗

The escape character.

(&self)

Source from the content-addressed store, hash-verified

3321
3322 /// The escape character.
3323 pub fn escape(&self) -> Option<u8> {
3324 self.escape
3325 }
3326}
3327
3328config_namespace! {

Callers 3

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected