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

Method set

datafusion/common/src/config.rs:401–404  ·  view source on GitHub ↗
(&mut self, _: &str, value: &str)

Source from the content-addressed store, hash-verified

399 }
400
401 fn set(&mut self, _: &str, value: &str) -> Result<()> {
402 *self = Self::from_str(value)?;
403 Ok(())
404 }
405}
406
407impl Display for Dialect {

Callers 15

set_variableMethod · 0.45
buildMethod · 0.45
set_join_set_tracerFunction · 0.45
from_envMethod · 0.45
from_string_hash_mapMethod · 0.45
to_extension_optionsMethod · 0.45
csv_u8_table_optionsFunction · 0.45
warning_only_not_defaultFunction · 0.45

Calls 12

from_strFunction · 0.85
get_mutMethod · 0.80
strip_prefixMethod · 0.80
contains_keyMethod · 0.45
is_emptyMethod · 0.45
lenMethod · 0.45
nextMethod · 0.45
splitMethod · 0.45
intoMethod · 0.45
insertMethod · 0.45
containsMethod · 0.45
as_refMethod · 0.45