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

Method values_read

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

Source from the content-addressed store, hash-verified

853 constexpr size_type values_count() const noexcept { return values_count_; }
854
855 constexpr size_type values_read() const noexcept { return values_read_; }
856
857 constexpr size_type values_remaining() const noexcept {
858 ARROW_DCHECK_LE(values_read_, values_count_);

Callers 1

RunGetSpacedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected