Get a list of fields for this schema
(&self)
| 361 | |
| 362 | /// Get a list of fields for this schema |
| 363 | pub fn fields(&self) -> &Fields { |
| 364 | &self.inner.fields |
| 365 | } |
| 366 | |
| 367 | /// Returns a reference to [`FieldRef`] for a column at specific index |
| 368 | /// within the schema. |
no outgoing calls