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

Method table_factories

datafusion/core/src/execution/session_state.rs:417–419  ·  view source on GitHub ↗

Get the table factories

(&self)

Source from the content-addressed store, hash-verified

415
416 /// Get the table factories
417 pub fn table_factories(&self) -> &HashMap<String, Arc<dyn TableProviderFactory>> {
418 &self.table_factories
419 }
420
421 /// Get the table factories
422 pub fn table_factories_mut(

Callers 3

table_factoryMethod · 0.80
create_custom_tableMethod · 0.80

Calls

no outgoing calls

Tested by 1