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

Method AccrueReadValues

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

Source from the content-addressed store, hash-verified

860 }
861
862 constexpr void AccrueReadValues(size_type to_read) noexcept {
863 ARROW_DCHECK_LE(to_read, values_remaining());
864 values_read_ += to_read;
865 }
866
867 constexpr size_type null_count() const noexcept { return null_count_; }
868

Callers 2

RunGetSpacedFunction · 0.80
GetSpacedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected