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

Method catalog_names

datafusion/core/src/execution/context/mod.rs:1902–1904  ·  view source on GitHub ↗

Retrieves the list of available catalog names.

(&self)

Source from the content-addressed store, hash-verified

1900
1901 /// Retrieves the list of available catalog names.
1902 pub fn catalog_names(&self) -> Vec<String> {
1903 self.state.read().catalog_list().catalog_names()
1904 }
1905
1906 /// Retrieves a [`CatalogProvider`] instance by name
1907 pub fn catalog(&self, name: &str) -> Option<Arc<dyn CatalogProvider>> {

Callers 1

refresh_catalogsMethod · 0.45

Calls 2

catalog_listMethod · 0.80
readMethod · 0.80

Tested by

no test coverage detected