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

Method with_quote

datafusion/datasource-csv/src/file_format.rs:261–264  ·  view source on GitHub ↗

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

(mut self, quote: u8)

Source from the content-addressed store, hash-verified

259 /// The quote character in a row.
260 /// - default to '"'
261 pub fn with_quote(mut self, quote: u8) -> Self {
262 self.options.quote = quote;
263 self
264 }
265
266 /// The escape character in a row.
267 /// - default is None

Callers 2

builderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected