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

Method options

datafusion/core/tests/optimizer/mod.rs:235–237  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

233 }
234
235 fn options(&self) -> &ConfigOptions {
236 &self.options
237 }
238
239 fn udf_names(&self) -> Vec<String> {
240 Vec::new()

Calls

no outgoing calls

Tested by

no test coverage detected