Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetNull
Method
GetNull
cpp/src/arrow/util/hashing.h:467–467 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
}
466
467
int32_t GetNull() const { return null_index_; }
468
469
template <typename Func1, typename Func2>
470
int32_t GetOrInsertNull(Func1&& on_found, Func2&& on_not_found) {
Callers
4
GetDictionaryArrayData
Method · 0.45
ComputeNullBitmap
Function · 0.45
AssertGetNull
Function · 0.45
Init
Method · 0.45
Calls
no outgoing calls
Tested by
1
AssertGetNull
Function · 0.36