Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
frontend
Function · 0.45
remote_catalog
Function · 0.45
execute
Method · 0.45
exec_from_repl
Function · 0.45
exec_and_print
Function · 0.45
execute
Method · 0.45
copy_to_external_object_store_test
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected