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

Method table

datafusion/ffi/src/tests/catalog.rs:95–97  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

93 }
94
95 async fn table(&self, name: &str) -> Result<Option<Arc<dyn TableProvider>>> {
96 self.inner.table(name).await
97 }
98
99 fn table_exist(&self, name: &str) -> bool {
100 self.inner.table_exist(name)

Callers 6

test_round_trip_udtfFunction · 0.45
test_table_providerFunction · 0.45
test_catalogFunction · 0.45
test_catalog_listFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected