Assign output partitioning
(mut self, partitioning: Partitioning)
| 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( |