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

Method options

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

Retrieve the csv options

(&self)

Source from the content-addressed store, hash-verified

203
204 /// Retrieve the csv options
205 pub fn options(&self) -> &CsvOptions {
206 &self.options
207 }
208
209 /// Set a limit in terms of records to scan to infer the schema
210 /// - default to `DEFAULT_SCHEMA_INFER_MAX_RECORD`

Callers 6

row_count_demuxerFunction · 0.45
plan_to_csvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected