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

Method with_escape

datafusion/common/src/config.rs:3232–3235  ·  view source on GitHub ↗

The escape character in a row. - default is None

(mut self, escape: Option<u8>)

Source from the content-addressed store, hash-verified

3230 /// The escape character in a row.
3231 /// - default is None
3232 pub fn with_escape(mut self, escape: Option<u8>) -> Self {
3233 self.escape = escape;
3234 self
3235 }
3236
3237 /// Set true to indicate that the CSV quotes should be doubled.
3238 /// - default to true

Callers 6

to_listing_optionsMethod · 0.45
try_fromMethod · 0.45
get_tableMethod · 0.45

Calls

no outgoing calls

Tested by 1