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

Method append_null

arrow-array/src/builder/union_builder.rs:60–62  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

58 }
59
60 fn append_null(&mut self) {
61 self.advance(1)
62 }
63
64 fn finish(&mut self) -> Buffer {
65 self.finish()

Callers 1

append_optionMethod · 0.45

Calls 2

advanceMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected