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

Method set

datafusion/execution/src/config.rs:162–164  ·  view source on GitHub ↗

Set a configuration option

(self, key: &str, value: &ScalarValue)

Source from the content-addressed store, hash-verified

160
161 /// Set a configuration option
162 pub fn set(self, key: &str, value: &ScalarValue) -> Self {
163 self.set_str(key, &value.to_string())
164 }
165
166 /// Set a boolean configuration option
167 pub fn set_bool(self, key: &str, value: bool) -> Self {

Callers 4

cell_to_stringFunction · 0.45
set_strMethod · 0.45
task_context_extensionsFunction · 0.45
discover_queriesMethod · 0.45

Calls 2

set_strMethod · 0.80
to_stringMethod · 0.45

Tested by 1

task_context_extensionsFunction · 0.36