Returns the run array of this [`TypedRunArray`]
(&self)
| 679 | |
| 680 | /// Returns the run array of this [`TypedRunArray`] |
| 681 | pub fn run_array(&self) -> &'a RunArray<R> { |
| 682 | self.run_array |
| 683 | } |
| 684 | } |
| 685 | |
| 686 | /// SAFETY: Correctly implements the contract of Arrow Arrays |