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

Method with_options

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

Set the csv options

(mut self, options: CsvOptions)

Source from the content-addressed store, hash-verified

197
198 /// Set the csv options
199 pub fn with_options(mut self, options: CsvOptions) -> Self {
200 self.options = options;
201 self
202 }
203
204 /// Retrieve the csv options
205 pub fn options(&self) -> &CsvOptions {

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected