MCPcopy 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_cteMethod · 0.45
newMethod · 0.45
explain_to_planMethod · 0.45
show_variable_to_planMethod · 0.45
create_relationMethod · 0.45
config_optionsMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected