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

Method has_header

datafusion/core/src/datasource/file_format/options.rs:130–133  ·  view source on GitHub ↗

Configure has_header setting

(mut self, has_header: bool)

Source from the content-addressed store, hash-verified

128
129 /// Configure has_header setting
130 pub fn has_header(mut self, has_header: bool) -> Self {
131 self.has_header = has_header;
132 self
133 }
134
135 /// Specify comment char to use for CSV read
136 pub fn comment(mut self, comment: u8) -> Self {

Calls

no outgoing calls