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

Method with_extensions

datafusion/common/src/config.rs:1524–1527  ·  view source on GitHub ↗

Set extensions to provided value

(mut self, extensions: Extensions)

Source from the content-addressed store, hash-verified

1522
1523 /// Set extensions to provided value
1524 pub fn with_extensions(mut self, extensions: Extensions) -> Self {
1525 self.extensions = extensions;
1526 self
1527 }
1528
1529 /// Set a configuration option
1530 pub fn set(&mut self, key: &str, value: &str) -> Result<()> {

Callers 5

create_table_configFunction · 0.45
task_context_extensionsFunction · 0.45

Calls

no outgoing calls

Tested by 5

create_table_configFunction · 0.36
task_context_extensionsFunction · 0.36