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

Class Visitor

datafusion/common/src/config.rs:1588–1588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1586 /// called, and are not re-read later.
1587 pub fn from_env() -> Result<Self> {
1588 struct Visitor(Vec<String>);
1589
1590 impl Visit for Visitor {
1591 fn some<V: Display>(&mut self, key: &str, _: V, _: &'static str) {

Callers 3

from_envMethod · 0.70
from_string_hash_mapMethod · 0.70
entriesMethod · 0.70

Implementers 3

resolve.rsdatafusion/sql/src/resolve.rs
deserializedatafusion/proto/src/generated/pbjson.
deserializedatafusion/proto-common/src/generated/

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…