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

Function EncodeUint64

be/src/gutil/strings/serialize.h:284–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284inline string EncodeUint64(uint64 i) {
285 return EncodePOD(i);
286}
287
288inline bool DecodeDouble(const StringPiece& s, double* d) {
289 return DecodePOD(s, d);

Callers

nothing calls this directly

Calls 1

EncodePODFunction · 0.85

Tested by

no test coverage detected