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

Method target_partitions

datafusion/execution/src/config.rs:216–218  ·  view source on GitHub ↗

Get [`target_partitions`] [`target_partitions`]: datafusion_common::config::ExecutionOptions::target_partitions

(&self)

Source from the content-addressed store, hash-verified

214 ///
215 /// [`target_partitions`]: datafusion_common::config::ExecutionOptions::target_partitions
216 pub fn target_partitions(&self) -> usize {
217 self.options.execution.target_partitions
218 }
219
220 /// Is the information schema enabled?
221 pub fn information_schema(&self) -> bool {

Callers 6

infer_optionsMethod · 0.80
partition_aware_unionFunction · 0.80

Calls

no outgoing calls

Tested by 3

partition_aware_unionFunction · 0.64