MCPcopy Create free account
hub / github.com/apache/arrow-rs / with_escape

Method with_escape

arrow-csv/src/reader/mod.rs:301–304  ·  view source on GitHub ↗

Specify an escape character, defaults to `None`

(mut self, escape: u8)

Source from the content-addressed store, hash-verified

299
300 /// Specify an escape character, defaults to `None`
301 pub fn with_escape(mut self, escape: u8) -> Self {
302 self.escape = Some(escape);
303 self
304 }
305
306 /// Specify a custom quote character, defaults to double quote `'"'`
307 pub fn with_quote(mut self, quote: u8) -> Self {

Callers 1

test_non_std_escapeFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_non_std_escapeFunction · 0.36