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

Method total_read

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

Source from the content-addressed store, hash-verified

883 }
884
885 constexpr size_type total_read() const noexcept { return values_read_ + null_read_; }
886
887 constexpr bool is_fully_null() const noexcept { return values_remaining() == 0; }
888

Callers 2

RunGetSpacedFunction · 0.80
GetSpacedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected