(
&self,
_partition: usize,
_context: Arc<TaskContext>,
)
| 4482 | } |
| 4483 | |
| 4484 | fn execute( |
| 4485 | &self, |
| 4486 | _partition: usize, |
| 4487 | _context: Arc<TaskContext>, |
| 4488 | ) -> Result<SendableRecordBatchStream> { |
| 4489 | unimplemented!("NoOpExecutionPlan::execute"); |
| 4490 | } |
| 4491 | } |
| 4492 | |
| 4493 | // Produces an execution plan where the schema is mismatched from |
no outgoing calls