Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
resolve
Method · 0.45
resolve
Method · 0.45
resolve
Method · 0.45
check
Function · 0.45
test_defaults
Function · 0.45
Calls
3
new
Function · 0.85
cloned
Method · 0.45
get
Method · 0.45
Tested by
1
test_defaults
Function · 0.36