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

Function uses_explicit_scale_factor_when_provided

benchmarks/src/tpch/run.rs:397–402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395
396 #[test]
397 fn uses_explicit_scale_factor_when_provided() -> Result<()> {
398 let scale_factor =
399 resolve_scale_factor(Some(30.0), Path::new("benchmarks/data/tpch_sf10"))?;
400 assert_eq!(scale_factor, 30.0);
401 Ok(())
402 }
403
404 #[test]
405 fn infers_scale_factor_from_standard_tpch_path() -> Result<()> {

Callers

nothing calls this directly

Calls 2

resolve_scale_factorFunction · 0.85
newFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…