Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ options
Method
options
datafusion/sql/src/expr/mod.rs:1433–1435 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1431
}
1432
1433
fn options(&self) -> &ConfigOptions {
1434
&self.options
1435
}
1436
1437
fn get_window_meta(&self, _name: &str) -> Option<Arc<WindowUDF>> {
1438
None
Callers
10
recursive_cte
Method · 0.45
new
Method · 0.45
convert_simple_data_type
Method · 0.45
explain_to_plan
Method · 0.45
show_variable_to_plan
Method · 0.45
create_relation
Method · 0.45
config_options
Method · 0.45
new
Method · 0.45
validate_config_unchanged
Method · 0.45
validate_config_unchanged_detects_modified_config
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected