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

Method is_fully_null

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

Source from the content-addressed store, hash-verified

865 constexpr size_type total_read() const noexcept { return values_read_ + null_read_; }
866
867 constexpr bool is_fully_null() const noexcept { return values_remaining() == 0; }
868
869 constexpr bool is_done() const noexcept { return total_remaining() == 0; }
870

Callers 1

GetSpacedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected