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

Method options

datafusion-examples/examples/sql_ops/frontend.rs:173–175  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

171 }
172
173 fn options(&self) -> &ConfigOptions {
174 &self.options
175 }
176
177 fn udf_names(&self) -> Vec<String> {
178 Vec::new()

Callers 7

frontendFunction · 0.45
remote_catalogFunction · 0.45
executeMethod · 0.45
exec_from_replFunction · 0.45
exec_and_printFunction · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected