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

Function EncodeUint32

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

Source from the content-addressed store, hash-verified

278}
279
280inline string EncodeUint32(uint32 i) {
281 return EncodePOD(i);
282}
283
284inline string EncodeUint64(uint64 i) {
285 return EncodePOD(i);

Callers

nothing calls this directly

Calls 1

EncodePODFunction · 0.85

Tested by

no test coverage detected