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

Method catalog_names

datafusion-cli/src/catalog.rs:60–62  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

58 }
59
60 fn catalog_names(&self) -> Vec<String> {
61 self.inner.catalog_names()
62 }
63
64 fn catalog(&self, name: &str) -> Option<Arc<dyn CatalogProvider>> {
65 let state = self.state.clone();

Callers 1

setup_contextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected