MCPcopy Create free account
hub / github.com/Pometry/Raphtory / append_null

Method append_null

raphtory-core/src/storage/string_col.rs:93–96  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

91 /// Append a null value into the builder
92 #[inline]
93 pub fn append_null(&mut self) {
94 self.null_buffer_builder.append_null();
95 self.views_buffer.push(0);
96 }
97
98 #[inline]
99 fn append_value_inner(&mut self, bytes: &[u8]) -> Result<ByteView, ArrowError> {

Callers 5

upsert_valueMethod · 0.80
upsertMethod · 0.80
push_valueMethod · 0.80
push_nullMethod · 0.80
merge_columnsMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected