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

Method with_header

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

Method for setting the CSV writer header status

(mut self, header: bool)

Source from the content-addressed store, hash-verified

719
720 /// Method for setting the CSV writer header status
721 pub fn with_header(mut self, header: bool) -> Self {
722 self.header = header;
723 self
724 }
725}
726
727impl BatchSerializer for CsvSerializer {

Callers 5

builderMethod · 0.45
plan_to_csvFunction · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected