Return a reference to the inner Arrow [`Schema`] Note this does not have the qualifier information
(&self)
| 140 | /// |
| 141 | /// Note this does not have the qualifier information |
| 142 | pub fn as_arrow(&self) -> &Schema { |
| 143 | self.inner.as_ref() |
| 144 | } |
| 145 | |
| 146 | /// Return a reference to the inner Arrow [`SchemaRef`] |
| 147 | /// |