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

Method len

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

Source from the content-addressed store, hash-verified

136 /// Returns the length of this [`NullBuffer`] in bits
137 #[inline]
138 pub fn len(&self) -> usize {
139 self.buffer.len()
140 }
141
142 /// Returns the offset of this [`NullBuffer`] in bits
143 #[inline]

Callers 3

newMethod · 0.45
expandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected