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

Method catalog

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

Source from the content-addressed store, hash-verified

165 }
166
167 fn catalog(&self, name: &str) -> Option<Arc<dyn CatalogProvider>> {
168 self.cached_catalogs.get(name).cloned()
169 }
170}
171
172/// A trait for schema providers that must resolve tables asynchronously

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