MCPcopy Create free account
hub / github.com/apache/arrow / bit_start

Method bit_start

cpp/src/arrow/util/rle_bitmap_internal.h:47–47  ·  view source on GitHub ↗

Bit offset of the first value in the first byte.

Source from the content-addressed store, hash-verified

45
46 /// Bit offset of the first value in the first byte.
47 constexpr size_type bit_start() const noexcept { return bit_start_; }
48
49 /// Return a new span starting at the given position.
50 constexpr BitmapSpan NewStartingAt(size_type bit_start) const noexcept {

Callers 4

GetBatchMethod · 0.80
GetBatchInByteMethod · 0.80
GetBatchFullBytesMethod · 0.80
GetBatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected