(&self)
| 174 | |
| 175 | impl ExecutionPlan for DataSinkExec { |
| 176 | fn name(&self) -> &'static str { |
| 177 | "DataSinkExec" |
| 178 | } |
| 179 | |
| 180 | /// Return a reference to Any that can be used for downcasting |
| 181 | fn properties(&self) -> &Arc<PlanProperties> { |
no outgoing calls