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

Method options

datafusion/core/src/execution/session_state.rs:2049–2051  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2047 }
2048
2049 fn options(&self) -> &ConfigOptions {
2050 self.state.config_options()
2051 }
2052
2053 fn udf_names(&self) -> Vec<String> {
2054 self.state.scalar_functions().keys().cloned().collect()

Calls 1

config_optionsMethod · 0.45