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

Method data

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

Pointer to the byte where the first value is stored.

Source from the content-addressed store, hash-verified

42
43 /// Pointer to the byte where the first value is stored.
44 constexpr byte_type* data() const noexcept { return data_; }
45
46 /// Bit offset of the first value in the first byte.
47 constexpr size_type bit_start() const noexcept { return bit_start_; }

Callers 3

GetBatchInByteMethod · 0.45
GetBatchFullBytesMethod · 0.45
GetBatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected