Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ len
Method
len
arrow-buffer/src/buffer/boolean.rs:472–474 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
470
/// Returns the length of this [`BooleanBuffer`] in bits (not bytes)
471
#[inline]
472
pub fn len(&self) -> usize {
473
self.bit_len
474
}
475
476
/// Returns true if this [`BooleanBuffer`] is empty
477
#[inline]
Callers
7
new
Method · 0.45
from_bitwise_unary_op
Method · 0.45
from_bitwise_binary_op
Method · 0.45
unaligned_bit_chunks
Method · 0.45
from
Method · 0.45
test_boolean_not
Function · 0.45
test_from_bitwise_unary_op
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_boolean_not
Function · 0.36
test_from_bitwise_unary_op
Function · 0.36