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

Method config

benchmarks/src/util/options.rs:77–79  ·  view source on GitHub ↗

Return an appropriately configured `SessionConfig`

(&self)

Source from the content-addressed store, hash-verified

75impl CommonOpt {
76 /// Return an appropriately configured `SessionConfig`
77 pub fn config(&self) -> Result<SessionConfig> {
78 SessionConfig::from_env().map(|config| self.update_config(config))
79 }
80
81 /// Modify the existing config appropriately
82 pub fn update_config(&self, mut config: SessionConfig) -> SessionConfig {

Callers 15

make_ctxFunction · 0.45
runMethod · 0.45
runMethod · 0.45
benchmark_queryMethod · 0.45
get_tableMethod · 0.45
runMethod · 0.45
benchmark_queryMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
get_tableMethod · 0.45

Calls 3

from_envFunction · 0.85
update_configMethod · 0.80
mapMethod · 0.45

Tested by

no test coverage detected