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

Method NewStartingAt

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

Return a new span starting at the given position.

Source from the content-addressed store, hash-verified

48
49 /// Return a new span starting at the given position.
50 constexpr BitmapSpan NewStartingAt(size_type bit_start) const noexcept {
51 auto out = *this;
52 out.bit_start_ += bit_start;
53 out.Normalize();
54 return out;
55 }
56
57 private:
58 byte_type* data_;

Callers 2

GetBatchMethod · 0.80
GetBatchMethod · 0.80

Calls 1

NormalizeMethod · 0.80

Tested by

no test coverage detected