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

Method has_header

datafusion/common/src/config.rs:3205–3207  ·  view source on GitHub ↗

Returns true if the first line is a header. If format options does not specify whether there is a header, returns `None` (indicating that the configuration should be consulted).

(&self)

Source from the content-addressed store, hash-verified

3203 /// specify whether there is a header, returns `None` (indicating that the
3204 /// configuration should be consulted).
3205 pub fn has_header(&self) -> Option<bool> {
3206 self.has_header
3207 }
3208
3209 /// The character separating values within a row.
3210 /// - default to ','

Callers 5

read_query_from_fileFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls