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

Method cloned

datafusion-cli/src/object_storage.rs:351–353  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

349 }
350
351 fn cloned(&self) -> Box<dyn ExtensionOptions> {
352 Box::new(self.clone())
353 }
354
355 fn set(&mut self, key: &str, value: &str) -> Result<()> {
356 let (_key, aws_key) = key.split_once('.').unwrap_or((key, ""));

Callers 15

i32_arrayFunction · 0.45
plan_pivotFunction · 0.45
scanMethod · 0.45
catalogFunction · 0.45
table_namesMethod · 0.45
tableMethod · 0.45
schema_namesMethod · 0.45
catalog_namesMethod · 0.45
catalogMethod · 0.45
scanMethod · 0.45
scanMethod · 0.45
scanMethod · 0.45

Calls 2

newFunction · 0.85
cloneMethod · 0.45

Tested by

no test coverage detected