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

Method delimiter

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

A column delimiter

(&self)

Source from the content-addressed store, hash-verified

122 }
123 /// A column delimiter
124 pub fn delimiter(&self) -> u8 {
125 self.options.delimiter
126 }
127
128 /// The quote character
129 pub fn quote(&self) -> u8 {

Callers 1

builderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected