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

Method with_target_partitions

datafusion/datasource/src/file_groups.rs:160–163  ·  view source on GitHub ↗

Set the target partitions

(mut self, target_partitions: usize)

Source from the content-addressed store, hash-verified

158
159 /// Set the target partitions
160 pub fn with_target_partitions(mut self, target_partitions: usize) -> Self {
161 self.target_partitions = target_partitions;
162 self
163 }
164
165 /// Set the minimum size at which to repartition a file
166 pub fn with_repartition_file_min_size(

Calls

no outgoing calls