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

Method has_header

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

true if the first line of each file is a header

(&self)

Source from the content-addressed store, hash-verified

113
114 /// true if the first line of each file is a header
115 pub fn has_header(&self) -> bool {
116 self.options.has_header.unwrap_or(true)
117 }
118
119 // true if rows length support truncate
120 pub fn truncate_rows(&self) -> bool {

Callers 2

builderMethod · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected