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

Method EndArray

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

Source from the content-addressed store, hash-verified

151void JsonWriter::EndObject() { impl_->EndObject(); }
152void JsonWriter::StartArray() { impl_->StartArray(); }
153void JsonWriter::EndArray() { impl_->EndArray(); }
154
155// Specializations for common primitive metric types.
156template<> void JsonWriter::Value(const bool& val) {

Callers 8

WriteMetricsToJsonFunction · 0.45
WriteAsJsonMethod · 0.45
MetricsToJSONMethod · 0.45
DoBenchmarkMethod · 0.45
LogAuditRecordMethod · 0.45
ArrayValueToJSONMethod · 0.45
TMultiEdgeToJSONMethod · 0.45
TLineageToJSONMethod · 0.45

Calls 1

FlushMethod · 0.45

Tested by 1

DoBenchmarkMethod · 0.36