MCPcopy Create free account
hub / github.com/apache/impala / StartObject

Method StartObject

be/src/kudu/util/jsonwriter.cc:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148void JsonWriter::String(const char* str) { impl_->String(str); }
149void JsonWriter::String(const string& str) { impl_->String(str); }
150void JsonWriter::StartObject() { impl_->StartObject(); }
151void JsonWriter::EndObject() { impl_->EndObject(); }
152void JsonWriter::StartArray() { impl_->StartArray(); }
153void JsonWriter::EndArray() { impl_->EndArray(); }

Callers 11

WriteToJsonFunction · 0.45
WriteAsJsonMethod · 0.45
MetricsToJSONMethod · 0.45
LogAuditRecordMethod · 0.45
MapValueToJSONMethod · 0.45
StructValToJSONMethod · 0.45
TraceEventToJsonFunction · 0.45
TVertexToJSONMethod · 0.45
TMultiEdgeToJSONMethod · 0.45
TLineageToJSONMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected