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

Method Bool

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

Source from the content-addressed store, hash-verified

139
140void JsonWriter::Null() { impl_->Null(); }
141void JsonWriter::Bool(bool b) { impl_->Bool(b); }
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); }

Callers 2

LogAuditRecordMethod · 0.45
PrimitiveValueToJSONMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected