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

Method execution_props_mut

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

Return mutable execution properties

(&mut self)

Source from the content-addressed store, hash-verified

816
817 /// Return mutable execution properties
818 pub fn execution_props_mut(&mut self) -> &mut ExecutionProps {
819 &mut self.execution_props
820 }
821
822 /// Return the [`SessionConfig`]
823 pub fn config(&self) -> &SessionConfig {

Callers 2

create_initial_planMethod · 0.80
register_variableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected