Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ escape
Method
escape
datafusion/common/src/config.rs:3323–3325 ·
view source on GitHub ↗
The escape character.
(&self)
Source
from the content-addressed store, hash-verified
3321
3322
/// The escape character.
3323
pub fn escape(&self) -> Option<u8> {
3324
self.escape
3325
}
3326
}
3327
3328
config_namespace! {
Callers
3
try_from_data_source_exec
Method · 0.45
csv_writer_options_to_proto
Function · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected