Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ partitions
Method
partitions
benchmarks/src/imdb/run.rs:482–486 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
480
}
481
482
fn partitions(&self) -> usize {
483
self.common
484
.partitions
485
.unwrap_or_else(get_available_parallelism)
486
}
487
}
488
489
#[cfg(test)]
Callers
1
register_tables
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected