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

Method AccrueReadNulls

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

Source from the content-addressed store, hash-verified

874 }
875
876 constexpr void AccrueReadNulls(size_type to_read) noexcept {
877 ARROW_DCHECK_LE(to_read, null_remaining());
878 null_read_ += to_read;
879 }
880
881 constexpr size_type total_remaining() const noexcept {
882 return values_remaining() + null_remaining();

Callers 2

RunGetSpacedFunction · 0.80
GetSpacedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected