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

Method visit

datafusion/common/src/config.rs:397–399  ·  view source on GitHub ↗
(&self, v: &mut V, key: &str, description: &'static str)

Source from the content-addressed store, hash-verified

395
396impl ConfigField for Dialect {
397 fn visit<V: Visit>(&self, v: &mut V, key: &str, description: &'static str) {
398 v.some(key, self, description)
399 }
400
401 fn set(&mut self, _: &str, value: &str) -> Result<()> {
402 *self = Self::from_str(value)?;

Callers 7

checkMethod · 0.45
verify_ordered_aggregateFunction · 0.45
from_envMethod · 0.45
from_string_hash_mapMethod · 0.45
entriesMethod · 0.45
f_downMethod · 0.45
node_to_id_arrayMethod · 0.45

Calls 3

someMethod · 0.45
noneMethod · 0.45
as_strMethod · 0.45

Tested by 1

verify_ordered_aggregateFunction · 0.36