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

Method terminator

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

The line terminator

(&self)

Source from the content-addressed store, hash-verified

132
133 /// The line terminator
134 pub fn terminator(&self) -> Option<u8> {
135 self.options.terminator
136 }
137
138 /// Lines beginning with this byte are ignored.
139 pub fn comment(&self) -> Option<u8> {

Callers 2

builderMethod · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected