MCPcopy 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
73void ObjectWriter::SetBool(std::string_view key, bool value) {
74 impl_->SetBool(key, value);
75}
76
77std::string ObjectWriter::Serialize() { return impl_->Serialize(); }
78

Callers 2

SerializeToJsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected