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

Method len

arrow-buffer/src/builder/null.rs:262–264  ·  view source on GitHub ↗

Return the number of bits in the buffer.

(&self)

Source from the content-addressed store, hash-verified

260
261 /// Return the number of bits in the buffer.
262 pub fn len(&self) -> usize {
263 self.bitmap_builder.as_ref().map_or(self.len, |b| b.len())
264 }
265
266 /// Check if the builder is empty.
267 pub fn is_empty(&self) -> bool {

Callers 4

new_from_bufferMethod · 0.45
append_sliceMethod · 0.45
append_bufferMethod · 0.45
is_emptyMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected