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

Method visit

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

Source from the content-addressed store, hash-verified

197
198impl ConfigField for ExplainFormat {
199 fn visit<V: Visit>(&self, v: &mut V, key: &str, description: &'static str) {
200 v.some(key, self, description)
201 }
202
203 fn set(&mut self, _: &str, value: &str) -> Result<()> {
204 *self = ExplainFormat::from_str(value)?;

Callers

nothing calls this directly

Calls 1

someMethod · 0.45

Tested by

no test coverage detected