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

Method with_session_config

datafusion/execution/src/task.rs:160–163  ·  view source on GitHub ↗

Update the [`SessionConfig`]

(mut self, session_config: SessionConfig)

Source from the content-addressed store, hash-verified

158
159 /// Update the [`SessionConfig`]
160 pub fn with_session_config(mut self, session_config: SessionConfig) -> Self {
161 self.session_config = session_config;
162 self
163 }
164
165 /// Update the [`RuntimeEnv`]
166 pub fn with_runtime(mut self, runtime: Arc<RuntimeEnv>) -> Self {

Calls

no outgoing calls