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

Method quote

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

The quote character

(&self)

Source from the content-addressed store, hash-verified

127
128 /// The quote character
129 pub fn quote(&self) -> u8 {
130 self.options.quote
131 }
132
133 /// The line terminator
134 pub fn terminator(&self) -> Option<u8> {

Callers 1

builderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected