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

Method with_quote

datafusion/common/src/config.rs:3218–3221  ·  view source on GitHub ↗

The quote character in a row. - default to '"'

(mut self, quote: u8)

Source from the content-addressed store, hash-verified

3216 /// The quote character in a row.
3217 /// - default to '"'
3218 pub fn with_quote(mut self, quote: u8) -> Self {
3219 self.quote = quote;
3220 self
3221 }
3222
3223 /// The character that terminates a row.
3224 /// - default to None (CRLF)

Callers 4

to_listing_optionsMethod · 0.45
try_fromMethod · 0.45

Calls

no outgoing calls

Tested by 1