Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ is_done
Method
is_done
cpp/src/arrow/util/rle_encoding_internal.h:869–869 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
871
private:
872
size_type values_count_ = 0;
Callers
1
RunGetSpaced
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected