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

Function FastUInt64ToBuffer

be/src/gutil/strings/numbers.h:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 return buffer;
182}
183inline char* FastUInt64ToBuffer(uint64 i, char* buffer) {
184 FastUInt64ToBufferLeft(i, buffer);
185 return buffer;
186}
187
188// ----------------------------------------------------------------------
189// HexDigitsPrefix()

Callers 1

FastUIntToBufferFunction · 0.85

Calls 1

FastUInt64ToBufferLeftFunction · 0.85

Tested by

no test coverage detected