MCPcopy Create free account
hub / github.com/apache/arrow-rs / append

Method append

arrow-array/src/builder/struct_builder.rs:216–218  ·  view source on GitHub ↗
(&mut self, is_valid: bool)

Source from the content-addressed store, hash-verified

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]

Calls

no outgoing calls