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

Method total_remaining

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

Source from the content-addressed store, hash-verified

859 }
860
861 constexpr size_type total_remaining() const noexcept {
862 return values_remaining() + null_remaining();
863 }
864
865 constexpr size_type total_read() const noexcept { return values_read_ + null_read_; }
866

Callers 2

RunGetSpacedFunction · 0.80
GetSpacedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected