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

Method with_partitioning

datafusion/datasource/src/source.rs:577–580  ·  view source on GitHub ↗

Assign output partitioning

(mut self, partitioning: Partitioning)

Source from the content-addressed store, hash-verified

575
576 /// Assign output partitioning
577 pub fn with_partitioning(mut self, partitioning: Partitioning) -> Self {
578 Arc::make_mut(&mut self.cache).partitioning = partitioning;
579 self
580 }
581
582 fn compute_properties(data_source: &Arc<dyn DataSource>) -> PlanProperties {
583 PlanProperties::new(

Callers 1

repartitionedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected