(&self)
| 1110 | |
| 1111 | impl PartitionStream for DummyStreamPartition { |
| 1112 | fn schema(&self) -> &SchemaRef { |
| 1113 | &self.schema |
| 1114 | } |
| 1115 | |
| 1116 | fn execute(&self, _ctx: Arc<TaskContext>) -> SendableRecordBatchStream { |
| 1117 | // We create an iterator from the record batches and map them into Ok values, |
no test coverage detected