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

Method Int64

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

Source from the content-addressed store, hash-verified

142void JsonWriter::Int(int i) { impl_->Int(i); }
143void JsonWriter::Uint(unsigned u) { impl_->Uint(u); }
144void JsonWriter::Int64(int64_t i64) { impl_->Int64(i64); }
145void JsonWriter::Uint64(uint64_t u64) { impl_->Uint64(u64); }
146void JsonWriter::Double(double d) { impl_->Double(d); }
147void JsonWriter::String(const char* str, size_t length) { impl_->String(str, length); }

Callers 6

WriteAsJsonMethod · 0.45
MetricsToJSONMethod · 0.45
TraceEventToJsonFunction · 0.45
TVertexToJSONMethod · 0.45
TMultiEdgeToJSONMethod · 0.45
TLineageToJSONMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected