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

Method with_escape

datafusion/datasource-csv/src/file_format.rs:268–271  ·  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

266 /// The escape character in a row.
267 /// - default is None
268 pub fn with_escape(mut self, escape: Option<u8>) -> Self {
269 self.options.escape = escape;
270 self
271 }
272
273 /// The character used to indicate the end of a row.
274 /// - default to None (CRLF)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected