(&self)
| 129 | |
| 130 | impl RecordBatchStream for FileStream { |
| 131 | fn schema(&self) -> SchemaRef { |
| 132 | Arc::clone(&self.projected_schema) |
| 133 | } |
| 134 | } |
| 135 | |
| 136 | /// A fallible future that resolves to a stream of [`RecordBatch`] |
no outgoing calls
no test coverage detected