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

Method validity

arrow-buffer/src/buffer/null.rs:179–181  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

177 /// Returns the packed validity of this [`NullBuffer`] not including any offset
178 #[inline]
179 pub fn validity(&self) -> &[u8] {
180 self.buffer.values()
181 }
182
183 /// Slices this [`NullBuffer`] by the provided `offset` and `length`
184 pub fn slice(&self, offset: usize, len: usize) -> Self {

Callers 10

sum_checkedFunction · 0.80
unary_optMethod · 0.80
align_nullsFunction · 0.80
contains_nullsFunction · 0.80
validateMethod · 0.80
equal_nullsFunction · 0.80
fixed_binary_equalFunction · 0.80
primitive_equalFunction · 0.80
boolean_equalFunction · 0.80
build_extend_null_bitsFunction · 0.80

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected