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

Method schema

datafusion/catalog/src/async.rs:118–120  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

116 }
117
118 fn schema(&self, name: &str) -> Option<Arc<dyn SchemaProvider>> {
119 self.cached_schemas.get(name).cloned()
120 }
121}
122
123/// Helper class for building a [`ResolvedCatalogProvider`]

Callers 5

resolveMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
checkFunction · 0.45
test_defaultsFunction · 0.45

Calls 3

newFunction · 0.85
clonedMethod · 0.45
getMethod · 0.45

Tested by 1

test_defaultsFunction · 0.36