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

Method options

datafusion/optimizer/src/optimizer.rs:239–241  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

237 }
238
239 fn options(&self) -> Arc<ConfigOptions> {
240 Arc::clone(&self.options)
241 }
242}
243
244/// A rule-based optimizer.

Callers 7

rewriteMethod · 0.45
rewriteMethod · 0.45
rewriteMethod · 0.45
rewriteMethod · 0.45
optimizeMethod · 0.45
rewriteMethod · 0.45
optimize_internalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected