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

Method len

arrow-buffer/src/builder/boolean.rs:78–80  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

76 /// Returns the length of the buffer
77 #[inline]
78 pub fn len(&self) -> usize {
79 self.len
80 }
81
82 /// Sets a bit in the buffer at `index`
83 #[inline]

Callers 6

new_from_bufferMethod · 0.45
advanceMethod · 0.45
reserveMethod · 0.45
append_sliceMethod · 0.45
append_bufferMethod · 0.45
test_bool_buffer_fuzzFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_bool_buffer_fuzzFunction · 0.36