(&self)
| 181 | } |
| 182 | |
| 183 | fn eq_properties(&self) -> EquivalenceProperties { |
| 184 | EquivalenceProperties::new_with_orderings( |
| 185 | Arc::clone(&self.projected_schema), |
| 186 | self.sort_information.clone(), |
| 187 | ) |
| 188 | } |
| 189 | |
| 190 | fn scheduling_type(&self) -> SchedulingType { |
| 191 | SchedulingType::Cooperative |
no test coverage detected