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

Method partitions

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

Source from the content-addressed store, hash-verified

352 }
353
354 fn partitions(&self) -> usize {
355 self.common
356 .partitions
357 .unwrap_or_else(get_available_parallelism)
358 }
359
360 fn scale_factor(&self) -> Result<f64> {
361 resolve_scale_factor(self.scale_factor, &self.path)

Callers 2

register_tablesMethod · 0.45
get_tableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected