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

Method with_quote

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

Specify a custom quote character, defaults to double quote `'"'`

(mut self, quote: u8)

Source from the content-addressed store, hash-verified

305
306 /// Specify a custom quote character, defaults to double quote `'"'`
307 pub fn with_quote(mut self, quote: u8) -> Self {
308 self.quote = Some(quote);
309 self
310 }
311
312 /// Specify a custom terminator character, defaults to CRLF
313 pub fn with_terminator(mut self, terminator: u8) -> Self {

Callers 1

test_non_std_quoteFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_non_std_quoteFunction · 0.36