Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ VisitNull
Method
VisitNull
cpp/src/arrow/array/array_test.cc:2712–2715 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2710
2711
struct FWBinaryAppender {
2712
Status VisitNull() {
2713
data.emplace_back(
"(null)"
);
2714
return Status::OK();
2715
}
2716
2717
Status VisitValue(std::string_view v) {
2718
data.push_back(v);
Callers
1
Visit
Method · 0.45
Calls
2
emplace_back
Method · 0.80
OK
Function · 0.50
Tested by
no test coverage detected