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

Method session_store

datafusion/core/src/datasource/dynamic_file.rs:49–51  ·  view source on GitHub ↗

Get the session store.

(&self)

Source from the content-addressed store, hash-verified

47
48 /// Get the session store.
49 pub fn session_store(&self) -> &SessionStore {
50 &self.session_store
51 }
52}
53
54#[async_trait]

Callers 2

try_newMethod · 0.80
enable_url_tableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected