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

Method partitions

benchmarks/src/tpcds/run.rs:359–363  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

357 }
358
359 fn partitions(&self) -> usize {
360 self.common
361 .partitions
362 .unwrap_or_else(get_available_parallelism)
363 }
364}

Callers 2

register_tablesMethod · 0.45
get_tableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected