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

Method values_count

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

The number of repeated values in this run.

Source from the content-addressed store, hash-verified

122
123 /// The number of repeated values in this run.
124 constexpr rle_size_t values_count() const noexcept { return values_count_; }
125
126 /// A pointer to the repeated value raw bytes.
127 constexpr const uint8_t* raw_data_ptr() const noexcept { return data_.data(); }

Callers 5

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

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36