(
&self,
_partition: usize,
_context: Arc<TaskContext>,
)
| 1601 | } |
| 1602 | |
| 1603 | fn execute( |
| 1604 | &self, |
| 1605 | _partition: usize, |
| 1606 | _context: Arc<TaskContext>, |
| 1607 | ) -> Result<SendableRecordBatchStream> { |
| 1608 | unimplemented!() |
| 1609 | } |
| 1610 | |
| 1611 | fn partition_statistics( |
| 1612 | &self, |
no outgoing calls
no test coverage detected