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

Method quote

datafusion/common/src/config.rs:3313–3315  ·  view source on GitHub ↗

The quote character.

(&self)

Source from the content-addressed store, hash-verified

3311
3312 /// The quote character.
3313 pub fn quote(&self) -> u8 {
3314 self.quote
3315 }
3316
3317 /// The terminator character.
3318 pub fn terminator(&self) -> Option<u8> {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected