(&self)
| 763 | /// Returns the current null count |
| 764 | #[inline] |
| 765 | pub fn null_count(&self) -> usize { |
| 766 | self.data.null_count |
| 767 | } |
| 768 | |
| 769 | /// Creates a [ArrayData] from the in progress array, consuming `self`. |
| 770 | pub fn freeze(self) -> ArrayData { |
no outgoing calls
no test coverage detected