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

Method table_factories_mut

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

Get the table factories

(
        &mut self,
    )

Source from the content-addressed store, hash-verified

420
421 /// Get the table factories
422 pub fn table_factories_mut(
423 &mut self,
424 ) -> &mut HashMap<String, Arc<dyn TableProviderFactory>> {
425 &mut self.table_factories
426 }
427
428 /// Parse an SQL string into an DataFusion specific AST
429 /// [`Statement`]. See [`SessionContext::sql`] for running queries.

Callers 3

roundtrip_custom_tablesFunction · 0.80
create_custom_tableFunction · 0.80

Calls

no outgoing calls

Tested by 3

roundtrip_custom_tablesFunction · 0.64
create_custom_tableFunction · 0.64