MCPcopy 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

TESTFunction · 0.70
iteratorMethod · 0.70
endMethod · 0.70
run_endMethod · 0.70
FinishMethod · 0.50
FinishMethod · 0.50
FinishMethod · 0.50
FinishMethod · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.56