Returns a reference to the [`Schema`] of the record batch.
(&self)
| 426 | |
| 427 | /// Returns a reference to the [`Schema`] of the record batch. |
| 428 | pub fn schema_ref(&self) -> &SchemaRef { |
| 429 | &self.schema |
| 430 | } |
| 431 | |
| 432 | /// Mutable access to the metadata of the schema. |
| 433 | /// |
no outgoing calls