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

Method is_done

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

Source from the content-addressed store, hash-verified

887 constexpr bool is_fully_null() const noexcept { return values_remaining() == 0; }
888
889 constexpr bool is_done() const noexcept { return total_remaining() == 0; }
890
891 private:
892 size_type values_count_ = 0;

Callers 1

RunGetSpacedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected