Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ShouldEncodeNulls
Method
ShouldEncodeNulls
cpp/src/arrow/compute/kernels/vector_hash.cc:91–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
void ObserveNotFound(Index index) {}
90
91
bool ShouldEncodeNulls() { return true; }
92
93
Status Flush(ExecResult* out) { return Status::OK(); }
94
Callers
1
DoAppend
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected