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

Method AccrueReadValues

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

Source from the content-addressed store, hash-verified

840 }
841
842 constexpr void AccrueReadValues(size_type to_read) noexcept {
843 ARROW_DCHECK_LE(to_read, values_remaining());
844 values_read_ += to_read;
845 }
846
847 constexpr size_type null_count() const noexcept { return null_count_; }
848

Callers 2

RunGetSpacedFunction · 0.80
GetSpacedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected