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

Method null_read

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

Source from the content-addressed store, hash-verified

847 constexpr size_type null_count() const noexcept { return null_count_; }
848
849 constexpr size_type null_read() const noexcept { return null_read_; }
850
851 constexpr size_type null_remaining() const noexcept {
852 ARROW_DCHECK_LE(null_read_, null_count_);

Callers 1

RunGetSpacedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected