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

Method config_mut

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

Return the mutable [`SessionConfig`].

(&mut self)

Source from the content-addressed store, hash-verified

826
827 /// Return the mutable [`SessionConfig`].
828 pub fn config_mut(&mut self) -> &mut SessionConfig {
829 &mut self.config
830 }
831
832 /// Return the logical optimizers
833 pub fn optimizers(&self) -> &[Arc<dyn OptimizerRule + Send + Sync>] {

Callers 4

set_variableMethod · 0.80
reset_variableMethod · 0.80

Calls

no outgoing calls

Tested by 2