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

Method with_delimiter

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

The character separating values within a row. - default to ','

(mut self, delimiter: u8)

Source from the content-addressed store, hash-verified

252 /// The character separating values within a row.
253 /// - default to ','
254 pub fn with_delimiter(mut self, delimiter: u8) -> Self {
255 self.options.delimiter = delimiter;
256 self
257 }
258
259 /// The quote character in a row.
260 /// - default to '"'

Callers 2

builderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected