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

Method clone

benchmarks/src/benchmark_runner/suite.rs:68–77  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

66
67impl Clone for SuiteConfig {
68 fn clone(&self) -> Self {
69 Self {
70 name: self.name.clone(),
71 description: self.description.clone(),
72 options: self.options.clone(),
73 suite_path: self.suite_path.clone(),
74 suite_dir: self.suite_dir.clone(),
75 query_cache: OnceCell::new(),
76 }
77 }
78}
79
80#[derive(Debug, Clone, Deserialize, Serialize)]

Callers 15

sqlFunction · 0.45
register_hitsMethod · 0.45
newMethod · 0.45
runMethod · 0.45
process_fileMethod · 0.45
read_query_from_fileFunction · 0.45
execute_queryMethod · 0.45
get_tableMethod · 0.45
queries_dirMethod · 0.45
execute_queryMethod · 0.45

Calls 1

newFunction · 0.85

Tested by

no test coverage detected