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

Method values_read

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

Source from the content-addressed store, hash-verified

833 constexpr size_type values_count() const noexcept { return values_count_; }
834
835 constexpr size_type values_read() const noexcept { return values_read_; }
836
837 constexpr size_type values_remaining() const noexcept {
838 ARROW_DCHECK_LE(values_read_, values_count_);

Callers 1

RunGetSpacedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected