(&self)
| 523 | |
| 524 | impl PartitionStream for TestStreamPartition { |
| 525 | fn schema(&self) -> &SchemaRef { |
| 526 | &self.schema |
| 527 | } |
| 528 | fn execute(&self, _ctx: Arc<TaskContext>) -> SendableRecordBatchStream { |
| 529 | unreachable!() |
| 530 | } |
no outgoing calls
no test coverage detected