Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
407
impl Display for Dialect {
Callers
15
set_variable
Method · 0.45
test_truncate_calls_provider
Function · 0.45
build
Method · 0.45
filtered_aggr_with_param_values
Function · 0.45
set_join_set_tracer
Function · 0.45
from_env
Method · 0.45
from_string_hash_map
Method · 0.45
alter_with_string_hash_map
Method · 0.45
to_extension_options
Method · 0.45
alter_test_extension_config
Function · 0.45
csv_u8_table_options
Function · 0.45
warning_only_not_default
Function · 0.45
Calls
12
from_str
Function · 0.85
get_mut
Method · 0.80
strip_prefix
Method · 0.80
contains_key
Method · 0.45
is_empty
Method · 0.45
len
Method · 0.45
next
Method · 0.45
split
Method · 0.45
into
Method · 0.45
insert
Method · 0.45
contains
Method · 0.45
as_ref
Method · 0.45
Tested by
14
test_truncate_calls_provider
Function · 0.36
build
Method · 0.36
filtered_aggr_with_param_values
Function · 0.36
alter_test_extension_config
Function · 0.36
csv_u8_table_options
Function · 0.36
warning_only_not_default
Function · 0.36
parquet_table_options
Function · 0.36
parquet_table_encryption
Function · 0.36
parquet_table_options_config_entry
Function · 0.36
parquet_table_parquet_options_config_entry
Function · 0.36
parquet_table_options_config_metadata_entry
Function · 0.36
test_parquet_writer_version_validation
Function · 0.36