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

Method scale_factor

benchmarks/src/tpch/run.rs:360–362  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

358 }
359
360 fn scale_factor(&self) -> Result<f64> {
361 resolve_scale_factor(self.scale_factor, &self.path)
362 }
363}
364
365fn resolve_scale_factor(scale_factor: Option<f64>, path: &Path) -> Result<f64> {

Callers 1

runMethod · 0.80

Calls 1

resolve_scale_factorFunction · 0.85

Tested by

no test coverage detected