Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ length
Function
length
cpp/src/arrow/util/bitmap.h:384–384 ·
view source on GitHub ↗
number of bits in this Bitmap
Source
from the content-addressed store, hash-verified
382
383
/// number of bits in this Bitmap
384
int64_t length() const { return length_; }
385
386
/// span of all bytes which contain any bit in this Bitmap
387
std::span<const uint8_t> bytes() const {
Callers
8
TEST
Function · 0.70
iterator
Method · 0.70
end
Method · 0.70
run_end
Method · 0.70
Finish
Method · 0.50
Finish
Method · 0.50
Finish
Method · 0.50
Finish
Method · 0.50
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.56