Return a reference to Any that can be used for downcasting
(&self)
| 179 | |
| 180 | /// Return a reference to Any that can be used for downcasting |
| 181 | fn properties(&self) -> &Arc<PlanProperties> { |
| 182 | &self.cache |
| 183 | } |
| 184 | |
| 185 | fn benefits_from_input_partitioning(&self) -> Vec<bool> { |
| 186 | // DataSink is responsible for dynamically partitioning its |
no outgoing calls