Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ DictionaryMayHaveLogicalNulls
Function
DictionaryMayHaveLogicalNulls
cpp/src/arrow/array/data.cc:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
bool DictionaryMayHaveLogicalNulls(const ArrayData& data) {
101
return ArraySpan(data).MayHaveLogicalNulls();
102
}
103
104
namespace {
105
Callers
1
MayHaveLogicalNulls
Function · 0.85
Calls
1
ArraySpan
Function · 0.70
Tested by
no test coverage detected