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

Method append

arrow-buffer/src/builder/null.rs:142–148  ·  view source on GitHub ↗
(&mut self, not_null: bool)

Source from the content-addressed store, hash-verified

140 /// Appends a boolean value into the builder.
141 #[inline]
142 pub fn append(&mut self, not_null: bool) {
143 if not_null {
144 self.append_non_null()
145 } else {
146 self.append_null()
147 }
148 }
149
150 /// Sets a bit in the builder at `index`
151 #[inline]

Callers 2

append_non_nullMethod · 0.45
append_nullMethod · 0.45

Calls 2

append_non_nullMethod · 0.80
append_nullMethod · 0.45

Tested by

no test coverage detected