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

Method null_bit_buffer

arrow-data/src/data.rs:2095–2099  ·  view source on GitHub ↗

Sets the `null_bit_buffer` of the [ArrayData]

(mut self, buf: Option<Buffer>)

Source from the content-addressed store, hash-verified

2093
2094 /// Sets the `null_bit_buffer` of the [ArrayData]
2095 pub fn null_bit_buffer(mut self, buf: Option<Buffer>) -> Self {
2096 self.nulls = None;
2097 self.null_bit_buffer = buf;
2098 self
2099 }
2100
2101 /// Sets the offset of the [ArrayData]
2102 #[inline]

Callers 15

test_list_nullFunction · 0.45
test_struct_equal_nullFunction · 0.45
mainFunction · 0.45
decode_binaryFunction · 0.45
decode_binary_view_innerFunction · 0.45
decode_boolFunction · 0.45
decode_fixedFunction · 0.45
decode_fixed_size_binaryFunction · 0.45
decode_columnFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_list_nullFunction · 0.36
test_struct_equal_nullFunction · 0.36
test_structFunction · 0.36
test_decimal_listFunction · 0.36
test_decimal_listFunction · 0.36
test_nested_listFunction · 0.36
test_nested_listFunction · 0.36