Returns the [`Buffer`] storing data for this [`ArrayData`]
(&self)
| 411 | |
| 412 | /// Returns the [`Buffer`] storing data for this [`ArrayData`] |
| 413 | pub fn buffers(&self) -> &[Buffer] { |
| 414 | &self.buffers |
| 415 | } |
| 416 | |
| 417 | /// Returns a slice of children [`ArrayData`]. This will be non |
| 418 | /// empty for type such as lists and structs. |
no outgoing calls