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

Method with_updated_config

datafusion/expr/src/udf.rs:1110–1112  ·  view source on GitHub ↗
(&self, _config: &ConfigOptions)

Source from the content-addressed store, hash-verified

1108 }
1109
1110 fn with_updated_config(&self, _config: &ConfigOptions) -> Option<ScalarUDF> {
1111 None
1112 }
1113
1114 fn aliases(&self) -> &[String] {
1115 &self.aliases

Callers 3

buildMethod · 0.45
set_variableMethod · 0.45
reset_variableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected