(&self)
| 163 | fn output_partitioning(&self) -> Partitioning; |
| 164 | fn eq_properties(&self) -> EquivalenceProperties; |
| 165 | fn scheduling_type(&self) -> SchedulingType { |
| 166 | SchedulingType::NonCooperative |
| 167 | } |
| 168 | |
| 169 | /// Returns statistics for a specific partition, or aggregate statistics |
| 170 | /// across all partitions if `partition` is `None`. |
no outgoing calls
no test coverage detected