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

Method with_config_options

datafusion/expr/src/simplify.rs:72–75  ·  view source on GitHub ↗

Set the [`ConfigOptions`] for this context

(mut self, config_options: Arc<ConfigOptions>)

Source from the content-addressed store, hash-verified

70 )]
71 /// Set the [`ConfigOptions`] for this context
72 pub fn with_config_options(mut self, config_options: Arc<ConfigOptions>) -> Self {
73 self.config_options = config_options;
74 self
75 }
76
77 #[deprecated(
78 since = "54.0.0",

Callers 6

create_physical_exprMethod · 0.80
execute_preparedMethod · 0.80
set_session_timezone_envFunction · 0.80
optimize_internalMethod · 0.80

Calls

no outgoing calls

Tested by 1