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

Method with_csv_options

datafusion/datasource-csv/src/source.rs:109–112  ·  view source on GitHub ↗

Sets the CSV options

(mut self, options: CsvOptions)

Source from the content-addressed store, hash-verified

107
108 /// Sets the CSV options
109 pub fn with_csv_options(mut self, options: CsvOptions) -> Self {
110 self.options = options;
111 self
112 }
113
114 /// true if the first line of each file is a header
115 pub fn has_header(&self) -> bool {

Callers 15

csv_openerFunction · 0.80
csv_exec_with_projectionFunction · 0.80
csv_exec_with_limitFunction · 0.80
csv_exec_with_partitionFunction · 0.80
test_additional_storesFunction · 0.80
scan_partitioned_csvFunction · 0.80
csv_exec_sortedFunction · 0.80
csv_exec_with_sortFunction · 0.80
csv_exec_multiple_sortedFunction · 0.80

Calls

no outgoing calls

Tested by 8

test_additional_storesFunction · 0.64
scan_partitioned_csvFunction · 0.64
csv_exec_sortedFunction · 0.64
csv_exec_with_sortFunction · 0.64
csv_exec_multiple_sortedFunction · 0.64
create_simple_csv_execFunction · 0.64
partitioned_data_sourceFunction · 0.64