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

Method raw_data_ptr

cpp/src/arrow/util/rle_encoding_internal.h:127–127  ·  view source on GitHub ↗

A pointer to the repeated value raw bytes.

Source from the content-addressed store, hash-verified

125
126 /// A pointer to the repeated value raw bytes.
127 constexpr const uint8_t* raw_data_ptr() const noexcept { return data_.data(); }
128
129 /// The number of bytes used for the raw repeated value.
130 constexpr rle_size_t raw_data_size(rle_size_t value_bit_width) const noexcept {

Callers 4

TESTFunction · 0.45
ResetMethod · 0.45
ResetMethod · 0.45
ResetMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by 1

TESTFunction · 0.36