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

Method config_options

datafusion/expr/src/simplify.rs:137–139  ·  view source on GitHub ↗

Returns the configuration options for the session.

(&self)

Source from the content-addressed store, hash-verified

135
136 /// Returns the configuration options for the session.
137 pub fn config_options(&self) -> &Arc<ConfigOptions> {
138 &self.config_options
139 }
140}
141
142impl SimplifyContextBuilder {

Calls

no outgoing calls

Tested by

no test coverage detected