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

Method partitions

benchmarks/src/sort_tpch.rs:363–367  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

361 }
362
363 fn partitions(&self) -> usize {
364 self.common
365 .partitions
366 .unwrap_or_else(get_available_parallelism)
367 }
368}

Callers 1

register_tablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected