Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ quote
Method
quote
datafusion/common/src/config.rs:3313–3315 ·
view source on GitHub ↗
The quote character.
(&self)
Source
from the content-addressed store, hash-verified
3311
3312
/// The quote character.
3313
pub fn quote(&self) -> u8 {
3314
self.quote
3315
}
3316
3317
/// The terminator character.
3318
pub fn terminator(&self) -> Option<u8> {
Callers
2
try_from_data_source_exec
Method · 0.45
csv_writer_options_to_proto
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected