Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ SetBool
Method
SetBool
cpp/src/arrow/json/object_writer.cc:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void ObjectWriter::SetBool(std::string_view key, bool value) {
74
impl_->SetBool(key, value);
75
}
76
77
std::string ObjectWriter::Serialize() { return impl_->Serialize(); }
78
Callers
2
CreateSerializedForExternalMaterial
Method · 0.45
SerializeToJson
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected