(&mut self, is_valid: bool)
| 214 | /// should be appended for each child sub-array in a consistent way. |
| 215 | #[inline] |
| 216 | pub fn append(&mut self, is_valid: bool) { |
| 217 | self.null_buffer_builder.append(is_valid); |
| 218 | } |
| 219 | |
| 220 | /// Appends `n` non-null entries into the builder. |
| 221 | #[inline] |
no outgoing calls