MCPcopy Create free account
hub / github.com/apache/arrow / SetString

Method SetString

cpp/src/arrow/json/object_writer.cc:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67ObjectWriter::~ObjectWriter() = default;
68
69void ObjectWriter::SetString(std::string_view key, std::string_view value) {
70 impl_->SetString(key, value);
71}
72
73void ObjectWriter::SetBool(std::string_view key, bool value) {
74 impl_->SetBool(key, value);

Callers 10

InitMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
WriteCrsKeyAndValueMethod · 0.45
SerializeToJsonMethod · 0.45
CreateSerializedMethod · 0.45
VisitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected