Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ table_exist
Method
table_exist
datafusion/catalog/src/listing_schema.rs:188–193 ·
view source on GitHub ↗
(&self, name: &str)
Source
from the content-addressed store, hash-verified
186
}
187
188
fn table_exist(&self, name: &str) -> bool {
189
self.tables
190
.lock()
191
.expect(
"Can't lock tables"
)
192
.contains_key(name)
193
}
194
}
195
196
/// Stores metadata along with a table's path.
Callers
1
refresh
Method · 0.45
Calls
1
contains_key
Method · 0.45
Tested by
no test coverage detected